Giter Club home page Giter Club logo

ask-python's Introduction

chaspy (Takeshi Kondo)

See also https://chaspy.me for public profiles.

OSS Development

gh extension

name badges lang short description
gh-monorepo-pr-count GitHub last commit Go gh extension to count the number of PRs with the same label as the directory name for monorepo
gh-monorepo-stats GitHub last commit Go gh extension to output language-specific statistics for services in monorepo
gh-monorepo-dep-doctor GitHub last commit Go gh extension to execute dep-doctor in monorepo for direct dipendencies.

GitHub Action

name badges lang short description
magicpod-datadog-action GitHub last commit TypeScript Send metric of MagicPod to Datadog
autify-datadog-action GitHub last commit TypeScript Send metric of Autify to Datadog

new Slack Platform (deno)

name badges lang short description
slack-ask-chatgpt GitHub last commit TypeScript chatGPT bot
slack-new-custom-emoji-notify GitHub last commit TypeScript Notify a new custom emoji when added
hanakintaro GitHub last commit TypeScript hobby app. You can ask Today is hanakin or not

Prometheus Exporter

name badges lang short description
aws-rds-engine-version-prometheus-exporter GitHub last commit Go Send metrics when RDS engine version is EOL
github-pr-prometheus-exporter GitHub last commit Go Send metrics for GitHub Pull Requests
github-issue-prometheus-exporter GitHub last commit Go Send metrics for GitHub Issues
aws-ecr-image-scan-findings-prometheus-exporter GitHub last commit Go Send metrics for AWS image scan findings
aws-rds-maxcon-prometheus-exporter GitHub last commit Go Send metrics for AWS RDS max-connection
aws-config-compliance-prometheus-exporter GitHub last commit Go Send metrics for AWS config compliance

ask-python's People

Contributors

ariririri avatar chaspy avatar kamontia avatar

Watchers

 avatar  avatar

ask-python's Issues

Deploy check list

https://docs.djangoproject.com/ja/2.1/howto/deployment/checklist/

$ python3 manage.py check --deploy
/usr/local/lib/python3.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  """)
System check identified some issues:

WARNINGS:
?: (security.W004) You have not set a value for the SECURE_HSTS_SECONDS setting. If your entire site is served only over SSL, you may want to consider setting a value and enabling HTTP Strict Transport Security. Be sure to read the documentation first; enabling HSTS carelessly can cause serious, irreversible problems.
?: (security.W006) Your SECURE_CONTENT_TYPE_NOSNIFF setting is not set to True, so your pages will not be served with an 'x-content-type-options: nosniff' header. You should consider enabling this header to prevent the browser from identifying content types incorrectly.
?: (security.W007) Your SECURE_BROWSER_XSS_FILTER setting is not set to True, so your pages will not be served with an 'x-xss-protection: 1; mode=block' header. You should consider enabling this header to activate the browser's XSS filtering and help prevent XSS attacks.
?: (security.W008) Your SECURE_SSL_REDIRECT setting is not set to True. Unless your site should be available over both SSL and non-SSL connections, you may want to either set this setting True or configure a load balancer or reverse-proxy server to redirect all connections to HTTPS.
?: (security.W012) SESSION_COOKIE_SECURE is not set to True. Using a secure-only session cookie makes it more difficult for network traffic sniffers to hijack user sessions.
?: (security.W016) You have 'django.middleware.csrf.CsrfViewMiddleware' in your MIDDLEWARE, but you have not set CSRF_COOKIE_SECURE to True. Using a secure-only CSRF cookie makes it more difficult for network traffic sniffers to steal the CSRF token.
?: (security.W018) You should not have DEBUG set to True in deployment.
?: (security.W019) You have 'django.middleware.clickjacking.XFrameOptionsMiddleware' in your MIDDLEWARE, but X_FRAME_OPTIONS is not set to 'DENY'. The default is 'SAMEORIGIN', but unless there is a good reason for your site to serve other parts of itself in a frame, you should change it to 'DENY'.

System check identified 8 issues (0 silenced).
  • security.W004
  • security.W006
  • security.W007
  • security.W008
  • security.W012
  • security.W016
  • security.W018 You should not have DEBUG set to True in deployment #10
  • security.W019

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.