divanov11 / crash-course-CRM

Django customer management platform
575 stars 733 forks source link

requiremements.txt #3

Open stromal opened 4 years ago

stromal commented 4 years ago

Hey,

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

Thank you

swipe-left commented 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.

stromal commented 4 years ago

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

oyerohabib commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

Follow this and install module

justinpaulturner commented 4 years ago

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 commented 3 years ago

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.