Open stromal opened 4 years ago
Hey ,i guess he did not use a virtual env on this project. ..I did ,the file is updated as a commit.
yep but we need to replicate a working version of his project.
please i tried running the file but it gave me this error saying No module named 'widget_tweaks' please anyone help me
please i tried running the file but it gave me this error saying No module named 'widget_tweaks' please anyone help me
Are you replicating the code...whats the error in the code are you doing a fresh installation?
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
asgiref==3.2.10 Django==3.0.8 django-filter==2.3.0 pytz==2020.1 sqlparse==0.3.1
please i tried running the file but it gave me this error saying No module named 'widget_tweaks' please anyone help me
python manage.py makemigrations accounts python manage.py migrate
please i tried running the file but it gave me this error saying No module named 'widget_tweaks' please anyone help me
Are you replicating the code...whats the error in the code are you doing a fresh installation?
python manage.py makemigrations accounts python manage.py migrate
https://pypi.org/project/django-widget-tweaks/
Follow this and install module
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
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
Check your templates folder, verify if you have a template file store with such name.
Hey,
Great job with the course. Could you upload the requirements.txt file for your venv.
Thank you