django-manage.py
running django development server opens manage.py in text editor
I\'ve tried searching for why this keeps happening as I think I\'ve seen others mention this problem.[详细]
2023-04-03 22:01 分类:问答Migrating django admin auth.groups and users to a new database using fixtures
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:[详细]
2023-03-23 01:07 分类:问答Django-CMS, how to resolve a named apphook URL from a management command?
I开发者_开发知识库\'ve got a management command which sends email. In this email, I\'d like to include a URL to a signup form, which is an apphook module in the CMS.[详细]
2023-03-14 10:25 分类:问答Sending django signals from django-admin command?
I have an unsual problem. In my Django application I use signals 开发者_StackOverflow中文版to send emails.[详细]
2023-02-14 21:47 分类:问答Django makemessages for apps in site-packages
How can I collect translation strings outside of my project fol开发者_开发问答der using Django\'s built-in makemessages facility? The management command makemessages is very convenient and I\'d like t[详细]
2023-01-23 17:34 分类:问答Django not finding apps in virtualenv when using manage.py syncdb
My problem is in getting manage.py syncdb to run within a virtualenv. It was working fine at on开发者_如何学运维e point, but seems to have broken sometime around when I installed South and updated pi[详细]
2023-01-13 02:54 分类:问答Where does django dev server (manage.py runserver) get its path from?
I recently moved a django app from c:\\Users\\user\\django-projects\\foo\\foobar to c:\\Python25\\Lib\\site-packages\\foo\\foobar (which is on the python path). I started a new app in the django-proje[详细]
2023-01-10 01:58 分类:问答Dump data from django Feincms
I\'m using feincms in a django project and I want to开发者_高级运维 use manage.py dumpdata but I get nothing:[详细]
2023-01-09 13:30 分类:问答Non local connections for django project server
I ran the command python manage.py runserver 0.0.0.0:8000 It started the server up, but when I navigate to http://myipaddress:8000, my webbroswer doesnt connect. I also tried with my iphone safari br[详细]
2023-01-09 07:31 分类:问答custom django-admin commands - AttributeError: 'Command' object has no attribute 'stdout'
Following the example of writing a custom django-admin command here, I\'ve created the following custom command:[详细]
2023-01-06 07:46 分类:问答