ect" indicates that you likely see (somewhere)
the "Django" error message "Improper Django Project error".
Likely, you have corrupted you "Django" project setup.
Read about how "Django" projects must look like and fix your setup.
The real problem was tha
ect" indicates that you likely see (somewhere)
the "Django" error message "Improper Django Project error".
Likely, you have corrupted you "Django" project setup.
Read about how "Django" projects must look like and fix your setup.
The real problem was tha
project is running Django 1.8, python 2.7 and is my
> actual project.
As this is more a "Django" (than a general "Python") question,
you might get better help in a "Django" mailing list/support forum.
Your "subject" indicates that you likely see (somewhere
Hi all
Being new to Django and Python, I have two projects setup side by side,
each in it's own virtualenv wrapper.
The twr_project is running Django 1.7, python 2.7 and is set up to
duplicate the 'Tango With Rango' tutorial.
The archivedb project is running Django 1.8, python 2.7 and is my act