#11147: manage.py doesn't work with settings directory in pydev
--------------------------------------+-------------------------------------
Reporter: Leo | Owner: nobody
Status: reopened | Milestone: 1.1
Component: django-admin.py | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
--------------------------------------+-------------------------------------
Comment (by ramiro):
Replying to [comment:3 Leo]:
> This isn't a support question. Running without a project module is
perfectly normal and even advocated by James Bennett -
http://www.b-list.org/weblog/2007/nov/09/projects/
Problem is that if you are using `manage.py` then you are using a project.
If you really don't want to use a project do what that article (and other
similar blog posts) suggest: Set up things manually so all you apps, your
settings and your main URL map (usually `urls.py`) are in you Python path
and use you Django's `django-admin` (or similar home-made script) instead.
> The change mentioned in the ticket breaks the ability to do this, hence
its a regression, hence this ticket.
I'd say that if that worked before it was a another problem and the r10751
corrected it.
--
Ticket URL: <http://code.djangoproject.com/ticket/11147#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---