crash-course-CRM icon indicating copy to clipboard operation
crash-course-CRM copied to clipboard

requiremements.txt

Open stromal opened this issue 4 years ago • 11 comments

Hey,

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

Thank you

stromal avatar Apr 02 '20 12:04 stromal

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

swipe-left avatar Apr 10 '20 16:04 swipe-left

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

stromal avatar Apr 11 '20 09:04 stromal

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

oyerohabib avatar Apr 14 '20 14:04 oyerohabib

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?

swipe-left avatar Apr 14 '20 18:04 swipe-left

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

bharathjinka09 avatar Jun 05 '20 06:06 bharathjinka09

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 avatar Jul 29 '20 08:07 abdullahafzal

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 avatar Jul 29 '20 08:07 abdullahafzal

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

abdullahafzal avatar Jul 29 '20 08:07 abdullahafzal

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

Follow this and install module

bharathjinka09 avatar Jul 29 '20 08:07 bharathjinka09

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

justinpaulturner avatar Sep 11 '20 21:09 justinpaulturner

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.

samsonatere avatar Sep 14 '21 03:09 samsonatere