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

Issue with requirements #89

Closed
abhiabhi94 opened this issue Mar 24, 2020 · 2 comments
Closed

Issue with requirements #89

abhiabhi94 opened this issue Mar 24, 2020 · 2 comments

Comments

@abhiabhi94
Copy link
Contributor

After successfully running the command

pip -r requirements.txt

and installing everything successfully. When I try to run a command

python manage.py createsuperuser

I get an error:

ModuleNotFoundError: No module named 'debug_toolbar'

I think we need to add debug_toolbar to requirements.txt somewhere.
Also, the project installed sentry during development, I don't think we need sentry for development.

@justinjohnymathew
Copy link
Contributor

@abhiabhi94 Refer this link
This project uses cookiecutter

@rejuls
Copy link
Contributor

rejuls commented Mar 24, 2020

Please use
pip install -r requirements/local.txt

@rejuls rejuls closed this as completed Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants