~ubuntu-branches/ubuntu/saucy/python-django/saucy-updates

« back to all changes in this revision

Viewing changes to docs/man/django-admin.1

  • Committer: Package Import Robot
  • Author(s): Luke Faraone, Jakub Wilk, Luke Faraone
  • Date: 2013-05-09 15:10:47 UTC
  • mfrom: (1.1.21) (4.4.27 sid)
  • Revision ID: package-import@ubuntu.com-20130509151047-aqv8d71oj9wvcv8c
Tags: 1.5.1-2
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Luke Faraone ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
strings marked for translation. It creates (or updates) a message file in the
66
66
conf/locale (in the django tree) or locale (for project and application) directory.
67
67
.TP
68
 
.BI "reset [" "appname ..." "]"
69
 
Executes
70
 
.B sqlreset
71
 
for the given app(s) in the current database.
72
 
.TP
73
68
.BI "runfcgi [" "KEY=val" "] [" "KEY=val" "] " "..."
74
69
Runs this project as a FastCGI application. Requires flup. Use
75
70
.B runfcgi help
76
71
for help on the KEY=val pairs.
77
72
.TP
78
 
.BI "runserver [" "\-\-noreload" "] [" "\-\-nothreading" "] [" "\-\-nostatic" "] [" "\-\-insecure" "] [" "\-\-ipv6" "] [" "\-\-adminmedia=ADMIN_MEDIA_PATH" "] [" "port|ipaddr:port" "]"
 
73
.BI "runserver [" "\-\-noreload" "] [" "\-\-nothreading" "] [" "\-\-nostatic" "] [" "\-\-insecure" "] [" "\-\-ipv6" "] [" "port|ipaddr:port" "]"
79
74
Starts a lightweight Web server for development.
80
75
.TP
81
76
.BI "shell [" "\-\-plain" "]"
107
102
.BI "sqlinitialdata [" "appname ..." "]"
108
103
Prints the initial INSERT SQL statements for the given app name(s).
109
104
.TP
110
 
.BI "sqlreset [" "appname ..." "]"
111
 
Prints the DROP TABLE SQL, then the CREATE TABLE SQL, for the given app
112
 
name(s).
113
 
.TP
114
105
.BI "sqlsequencereset [" "appname ..." "]"
115
106
Prints the SQL statements for resetting PostgreSQL sequences for the
116
107
given app name(s).
178
169
.I \-\-verbosity=VERBOSITY
179
170
Verbosity level: 0=minimal output, 1=normal output, 2=all output.
180
171
.TP
181
 
.I \-\-adminmedia=ADMIN_MEDIA_PATH
182
 
Specifies the directory from which to serve admin media when using the development server.
183
 
.TP
184
172
.I \-\-traceback
185
173
By default, django-admin.py will show a simple error message whenever an
186
174
error occurs. If you specify this option, django-admin.py  will