Re: Improper Django Project error (solved)

2015-08-01 Thread Gary Roach
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

Re: Improper Django Project error (solved)

2015-07-31 Thread Gary Roach
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

Re: Improper Django Project error

2015-07-30 Thread dieter
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

Improper Django Project error

2015-07-30 Thread Gary Roach
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