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


Groups > comp.lang.python > #94798

Re: Improper Django Project error

Path csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Django': 0.03; 'essentially': 0.04; 'attempted': 0.09; 'ide': 0.09; 'inclusion': 0.09; 'indicates': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'subject:error': 0.11; 'template': 0.11; '2.7': 0.13; 'exception': 0.13; 'django': 0.13; '(than': 0.16; 'index.html': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'duplicate': 0.18; 'settings': 0.20; 'fix': 0.21; 'fixing': 0.22; 'setup.': 0.22; 'sorry,': 0.22; 'file.': 0.22; 'header:User- Agent:1': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; 'error': 0.27; 'question': 0.27; 'this.': 0.28; 'actual': 0.28; 'lot.': 0.29; 'version,': 0.30; 'point': 0.33; 'file': 0.34; 'running': 0.34; 'question,': 0.35; 'but': 0.36; 'should': 0.36; 'project': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'being': 0.37; 'received:org': 0.37; 'charset:us- ascii': 0.37; 'mailing': 0.38; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'your': 0.60; 'side': 0.62; 'more': 0.63; 'received:217': 0.66; 'present.': 0.72; 'refuses': 0.84; 'subject:Project': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From dieter <dieter@handshake.de>
Subject Re: Improper Django Project error
Date Fri, 31 Jul 2015 08:15:47 +0200
References <55BA6563.8050603@verizon.net>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Gmane-NNTP-Posting-Host pd9e08f91.dip0.t-ipconnect.de
User-Agent Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux)
Cancel-Lock sha1:3SjcLbRq/P51T7FzTUEljeOVgoo=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1105.1438323361.3674.python-list@python.org> (permalink)
Lines 38
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1438323361 news.xs4all.nl 2821 [2001:888:2000:d::a6]:35586
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:94798

Show key headers only | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web