Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements for the production #445

Open
Dhruvacube opened this issue Oct 19, 2021 · 0 comments
Open

Improvements for the production #445

Dhruvacube opened this issue Oct 19, 2021 · 0 comments
Labels
feature New feature or request

Comments

@Dhruvacube
Copy link

Feature Request

Is your feature request related to an existing Issue or a new implementation?

Basically its improvement in production server security in the django project backend :)

Feature Description

Like since its (AUTO DL) getting deployed thus session cookies and headers needs to be secured but in django it isn't done automatically since since localhost wouldn't support those settings :)

Also I see that apps(django apps) imported is done in a old way (which django 2 or 3.1 uses, so it needs to be upgraded.
Also logging module detection needs to be left to python which is can be done easily it enables us to easily debug things :)

Possible Solution

PR is already there #442 , what it does that it implements PRODUCTION_SERVER settings and some logging settings, and for the full logging setttings there also a pr #444 :)

Additional context

https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/
https://docs.djangoproject.com/en/3.2/ref/settings/#sessions
https://django-secure.readthedocs.io/en/v0.1.1/settings.html
https://docs.djangoproject.com/en/3.2/ref/settings/#secure-browser-xss-filter

@Dhruvacube Dhruvacube added the feature New feature or request label Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant