-
Notifications
You must be signed in to change notification settings - Fork 186
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
Can't run django-admin clearsessions #253
Comments
Because the execution of this command requires manage.py in the diango project, and use the script to import the correct environment variables. |
thanks for the feedback, but i'm not really getting it. is this one command or are it two that need to be executed consecutively? what irritates me is the circumstance that there's an extra Python environment within a container. or is this not the case? |
This is one command. |
fwiw, the command must call an interpreter within this overengineered commands cascade: |
in order to comply with the GDPR i want to delete unneeded user-generated data. unfortunately Django isn't properly set up in the container. setting the
DJANGO_SETTINGS_MODULE
environment variable might just solve that.The text was updated successfully, but these errors were encountered: