0👍
If you do ./manage.py startapp sitetasks
and put your tasks.py inside the new app-directory (/sitetask/) and then add sitetaks to you install_apps in settings.py.
Does that help?
0👍
Try installing python-dev . This is a common error when python doesnt find the dependencies
- [Django]-How to get tests coverage using Django, Jenkins and Sonar?
- [Django]-Django group query by day with timezone specification
- [Django]-Serve static files with Django both from CDN and local directories
- [Django]-What would be the best way to track Github account activity via their API?
- [Django]-Django & Nginx deeplinking domains (re-write rules or django urls?)
Source:stackexchange.com