manage.py
Django python help needed
I am trying to sync my DB but at time of sync it shows error to migrate my models.py containing folder on migrating it shows no fixtures found.[详细]
2023-03-08 07:08 分类:问答error when running python manage.py syncdb
I have a new server just installed. Everything seems to be fine but when i run: python manage.py syncdb[详细]
2023-02-26 18:44 分类:问答manage.py datadump of a large database in Django 1.1 (creating testdatabase)
To be able to do some decent unittests I want to create a testdatabase. After reading the Django docs, I came to the conclusion that the best way to do this is by creating a testdatabase from the actu[详细]
2023-02-13 23:30 分类:问答Django manage.py only returning list of subcommands and options
开发者_运维技巧I\'m sure I\'m overlooking something very simple, but I\'ve tried multiple times and still run into the same problem.[详细]
2023-02-11 06:45 分类:问答Problem with Django-1.3 beta
Guys!! I\'m really enthusiastic in learning django and learnt a bit on Django-1.2 but then I installed 1.3 version which is ok till I run the server using the command \"python manage.py runserver\". I[详细]
2023-02-08 11:43 分类:问答Django-Pydev-Eclipse and multiple projects problem
I have set up Eclipse (Windows XP) with pydev in order to run and debug a django web app project I ha开发者_如何转开发ve. I also have this projcet under subversion control. At the moment I have a work[详细]
2023-01-29 12:02 分类:问答django:: run manage.py from within django code
How can I run the manage.p开发者_如何学编程y script from withing django code?You don\'t. Instead you call django.core.management.call_command().[详细]
2023-01-23 02:25 分类:问答Configuring the Django development server output
Is it possible to configure the output from the Django development server to show the IP address of the client making the request?开发者_高级运维This in our list for \"standard mods\" to new Django re[详细]
2023-01-16 23:05 分类:问答manage.py syncdb error while Django model using non-ascii verbose_name
I am pretty new to Django. I want the name of my models to be displayed in Chinese, so i used verbose_name in my meta class of my model, codes below:[详细]
2023-01-15 15:51 分类:问答django manage.py syncdb not working?
Trying to learn Django, I closed the shell and am getting this problem now when I call python manage.py syncdb, any idea what happened?:[详细]
2022-12-28 08:23 分类:问答