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

requiremements.txt #3

Open
stromal opened this issue Apr 2, 2020 · 11 comments
Open

requiremements.txt #3

stromal opened this issue Apr 2, 2020 · 11 comments

Comments

@stromal
Copy link

stromal commented Apr 2, 2020

Hey,

Great job with the course.
Could you upload the requirements.txt file for your venv.

Thank you

@swipe-left
Copy link

swipe-left commented Apr 10, 2020

Hey ,i guess he did not use a virtual env on this project.
..I did ,the file is updated as a commit.

@stromal
Copy link
Author

stromal commented Apr 11, 2020

yep but we need to replicate a working version of his project.

@oyerohabib
Copy link

oyerohabib commented Apr 14, 2020

please i tried running the file but it gave me this error saying No module named 'widget_tweaks'
please anyone help me
Screenshot (19)

@swipe-left
Copy link

please i tried running the file but it gave me this error saying No module named 'widget_tweaks'
please anyone help me
Screenshot (19)

Are you replicating the code...whats the error in the code are you doing a fresh installation?

@bharathjinka09
Copy link

Hi, These are the requirements for this project.

asgiref==3.2.7
Django==3.0.7
django-filter==2.2.0
django-filters==0.2.1
django-widget-tweaks==1.4.8
pytz==2020.1
sqlparse==0.3.1

@abdullahafzal
Copy link

These are the correct requirements:

asgiref==3.2.10
Django==3.0.8
django-filter==2.3.0
pytz==2020.1
sqlparse==0.3.1

@abdullahafzal
Copy link

please i tried running the file but it gave me this error saying No module named 'widget_tweaks'
please anyone help me
Screenshot (19)

you need to run:

python manage.py makemigrations accounts
python manage.py migrate

@abdullahafzal
Copy link

please i tried running the file but it gave me this error saying No module named 'widget_tweaks'
please anyone help me
Screenshot (19)

Are you replicating the code...whats the error in the code are you doing a fresh installation?

you also need to run:

python manage.py makemigrations accounts
python manage.py migrate

@bharathjinka09
Copy link

https://pypi.org/project/django-widget-tweaks/

Follow this and install module

@justinpaulturner
Copy link

Hi,

I attempted to use the requirements.txt and am still getting an error. Any ideas? See my requirements.txt and the screenshot.

asgiref==3.2.7
Django==3.0.7
django-filter==2.2.0
django-filters==0.2.1
django-widget-tweaks==1.4.8
pytz==2020.1
sqlparse==0.3.1

image

@samsonatere
Copy link

Hi,

I attempted to use the requirements.txt and am still getting an error. Any ideas? See my requirements.txt and the screenshot.

asgiref==3.2.7
Django==3.0.7
django-filter==2.2.0
django-filters==0.2.1
django-widget-tweaks==1.4.8
pytz==2020.1
sqlparse==0.3.1

image

Check your templates folder, verify if you have a template file store with such name.

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

7 participants