Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94798 > unrolled thread

Re: Improper Django Project error

Started bydieter <dieter@handshake.de>
First post2015-07-31 08:15 +0200
Last post2015-07-31 08:15 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Improper Django Project error dieter <dieter@handshake.de> - 2015-07-31 08:15 +0200

#94798 — Re: Improper Django Project error

Fromdieter <dieter@handshake.de>
Date2015-07-31 08:15 +0200
SubjectRe: Improper Django Project error
Message-ID<mailman.1105.1438323361.3674.python-list@python.org>
Gary Roach <gary719_list1@verizon.net> writes:
> 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
> 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)
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.


> I am using Ninja-IDE as my IDE. I like it a lot.
>
> At this point both projects are essentially identical with the
> exception of name changes. The twr project work down to the first
> template inclusion ( index.html ). The archivedb project refuses to
> find the home.html template file. The system layout is exactly the
> same.
>
> I wiped the home.html file and attempted to re-install it but my IDE
> gave the following error window:
>
>> Sorry, either settings file or virtualenv are missingthese are
>> required for Django Plugin to work in thepresent version, we are
>> working on fixing this.
>>
> I have virtualenv installed and active and the settings file is
> present.

You should ask this question on a "Ninja-IDE" mailing list/support forum.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web