django-manage.py Questions

3

Solved

I'm trying out Django for the first time, and I'm trying to follow the tutorial provided by the django team. After I've created a new project I get the following folder/file structure, just as the...
Overly asked 27/2, 2013 at 21:41

2

Solved

The Django doc tell me how to add an option to my django custom management command, via an example: from optparse import make_option class Command(BaseCommand): option_list = BaseCommand.option_...
Triennium asked 17/11, 2010 at 18:51

1

Solved

Here's the scenario: I'm using django's admin interface and I would like to be able to load users and groups via fixtures (if this is possible.) I'm able to dump users/groups like so: manage.py d...

3

Why are management commands not in their own app-level folder? Are there other items which can be added to the management directory or is this structure purely vestigial?
Attraction asked 29/4, 2011 at 18:47

2

Solved

My problem is in getting manage.py syncdb to run within a virtualenv. It was working fine at one point, but seems to have broken sometime around when I installed South and updated pip and distribu...
Sousa asked 24/8, 2010 at 19:24

3

I'm using feincms in a django project and I want to use manage.py dumpdata but I get nothing: python manage.py dumpdata feincms []
Slambang asked 1/8, 2010 at 3:9

© 2022 - 2024 — McMap. All rights reserved.