django-admin.txt 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767
  1. ==========================
  2. django-admin and manage.py
  3. ==========================
  4. ``django-admin`` is Django's command-line utility for administrative tasks.
  5. This document outlines all it can do.
  6. .. versionchanged:: 1.7
  7. Prior to Django 1.7, ``django-admin`` was only installed as
  8. ``django-admin.py``.
  9. In addition, ``manage.py`` is automatically created in each Django project.
  10. ``manage.py`` is a thin wrapper around ``django-admin`` that takes care of
  11. several things for you before delegating to ``django-admin``:
  12. * It puts your project's package on ``sys.path``.
  13. * It sets the :envvar:`DJANGO_SETTINGS_MODULE` environment variable so that
  14. it points to your project's ``settings.py`` file.
  15. * It calls :func:`django.setup()` to initialize various internals of Django.
  16. .. versionadded:: 1.7
  17. :func:`django.setup()` didn't exist in previous versions of Django.
  18. The ``django-admin`` script should be on your system path if you installed
  19. Django via its ``setup.py`` utility. If it's not on your path, you can find it
  20. in ``site-packages/django/bin`` within your Python installation. Consider
  21. symlinking it from some place on your path, such as ``/usr/local/bin``.
  22. For Windows users, who do not have symlinking functionality available, you can
  23. copy ``django-admin.exe`` to a location on your existing path or edit the
  24. ``PATH`` settings (under ``Settings - Control Panel - System - Advanced -
  25. Environment...``) to point to its installed location.
  26. Generally, when working on a single Django project, it's easier to use
  27. ``manage.py`` than ``django-admin``. If you need to switch between multiple
  28. Django settings files, use ``django-admin`` with
  29. :envvar:`DJANGO_SETTINGS_MODULE` or the :djadminopt:`--settings` command line
  30. option.
  31. The command-line examples throughout this document use ``django-admin`` to
  32. be consistent, but any example can use ``manage.py`` just as well.
  33. Usage
  34. =====
  35. .. code-block:: bash
  36. $ django-admin <command> [options]
  37. $ manage.py <command> [options]
  38. ``command`` should be one of the commands listed in this document.
  39. ``options``, which is optional, should be zero or more of the options available
  40. for the given command.
  41. Getting runtime help
  42. --------------------
  43. .. django-admin:: help
  44. Run ``django-admin help`` to display usage information and a list of the
  45. commands provided by each application.
  46. Run ``django-admin help --commands`` to display a list of all available
  47. commands.
  48. Run ``django-admin help <command>`` to display a description of the given
  49. command and a list of its available options.
  50. App names
  51. ---------
  52. Many commands take a list of "app names." An "app name" is the basename of
  53. the package containing your models. For example, if your :setting:`INSTALLED_APPS`
  54. contains the string ``'mysite.blog'``, the app name is ``blog``.
  55. Determining the version
  56. -----------------------
  57. .. django-admin:: version
  58. Run ``django-admin version`` to display the current Django version.
  59. The output follows the schema described in :pep:`386`::
  60. 1.4.dev17026
  61. 1.4a1
  62. 1.4
  63. Displaying debug output
  64. -----------------------
  65. Use :djadminopt:`--verbosity` to specify the amount of notification and debug information
  66. that ``django-admin`` should print to the console. For more details, see the
  67. documentation for the :djadminopt:`--verbosity` option.
  68. Available commands
  69. ==================
  70. check <appname appname ...>
  71. ---------------------------
  72. .. django-admin:: check
  73. .. versionchanged:: 1.7
  74. Uses the :doc:`system check framework </ref/checks>` to inspect
  75. the entire Django project for common problems.
  76. The system check framework will confirm that there aren't any problems with
  77. your installed models or your admin registrations. It will also provide warnings
  78. of common compatibility problems introduced by upgrading Django to a new version.
  79. Custom checks may be introduced by other libraries and applications.
  80. By default, all apps will be checked. You can check a subset of apps by providing
  81. a list of app labels as arguments::
  82. python manage.py check auth admin myapp
  83. If you do not specify any app, all apps will be checked.
  84. .. django-admin-option:: --tag <tagname>
  85. The :doc:`system check framework </ref/checks>` performs many different
  86. types of checks. These check types are categorized with tags. You can use these tags
  87. to restrict the checks performed to just those in a particular category. For example,
  88. to perform only security and compatibility checks, you would run::
  89. python manage.py check --tag security --tag compatibility
  90. .. django-admin-option:: --list-tags
  91. List all available tags.
  92. .. django-admin-option:: --deploy
  93. .. versionadded:: 1.8
  94. The ``--deploy`` option activates some additional checks that are only relevant
  95. in a deployment setting.
  96. You can use this option in your local development environment, but since your
  97. local development settings module may not have many of your production settings,
  98. you will probably want to point the ``check`` command at a different settings
  99. module, either by setting the ``DJANGO_SETTINGS_MODULE`` environment variable,
  100. or by passing the ``--settings`` option::
  101. python manage.py check --deploy --settings=production_settings
  102. Or you could run it directly on a production or staging deployment to verify
  103. that the correct settings are in use (omitting ``--settings``). You could even
  104. make it part of your integration test suite.
  105. compilemessages
  106. ---------------
  107. .. django-admin:: compilemessages
  108. Compiles .po files created by :djadmin:`makemessages` to .mo files for use with
  109. the builtin gettext support. See :doc:`/topics/i18n/index`.
  110. Use the :djadminopt:`--locale` option (or its shorter version ``-l``) to
  111. specify the locale(s) to process. If not provided, all locales are processed.
  112. Use the :djadminopt:`--exclude` option (or its shorter version ``-x``) to
  113. specify the locale(s) to exclude from processing. If not provided, no locales
  114. are excluded.
  115. You can pass ``--use-fuzzy`` option (or ``-f``) to include fuzzy translations
  116. into compiled files.
  117. .. versionchanged:: 1.8
  118. Added ``--exclude`` and ``--use-fuzzy`` options.
  119. Example usage::
  120. django-admin compilemessages --locale=pt_BR
  121. django-admin compilemessages --locale=pt_BR --locale=fr -f
  122. django-admin compilemessages -l pt_BR
  123. django-admin compilemessages -l pt_BR -l fr --use-fuzzy
  124. django-admin compilemessages --exclude=pt_BR
  125. django-admin compilemessages --exclude=pt_BR --exclude=fr
  126. django-admin compilemessages -x pt_BR
  127. django-admin compilemessages -x pt_BR -x fr
  128. createcachetable
  129. ----------------
  130. .. django-admin:: createcachetable
  131. Creates the cache tables for use with the database cache backend. See
  132. :doc:`/topics/cache` for more information.
  133. The :djadminopt:`--database` option can be used to specify the database
  134. onto which the cachetable will be installed.
  135. .. versionchanged:: 1.7
  136. It is no longer necessary to provide the cache table name or the
  137. :djadminopt:`--database` option. Django takes this information from your
  138. settings file. If you have configured multiple caches or multiple databases,
  139. all cache tables are created.
  140. dbshell
  141. -------
  142. .. django-admin:: dbshell
  143. Runs the command-line client for the database engine specified in your
  144. ``ENGINE`` setting, with the connection parameters specified in your
  145. :setting:`USER`, :setting:`PASSWORD`, etc., settings.
  146. * For PostgreSQL, this runs the ``psql`` command-line client.
  147. * For MySQL, this runs the ``mysql`` command-line client.
  148. * For SQLite, this runs the ``sqlite3`` command-line client.
  149. This command assumes the programs are on your ``PATH`` so that a simple call to
  150. the program name (``psql``, ``mysql``, ``sqlite3``) will find the program in
  151. the right place. There's no way to specify the location of the program
  152. manually.
  153. The :djadminopt:`--database` option can be used to specify the database
  154. onto which to open a shell.
  155. diffsettings
  156. ------------
  157. .. django-admin:: diffsettings
  158. Displays differences between the current settings file and Django's default
  159. settings.
  160. Settings that don't appear in the defaults are followed by ``"###"``. For
  161. example, the default settings don't define :setting:`ROOT_URLCONF`, so
  162. :setting:`ROOT_URLCONF` is followed by ``"###"`` in the output of
  163. ``diffsettings``.
  164. The :djadminopt:`--all` option may be provided to display all settings, even
  165. if they have Django's default value. Such settings are prefixed by ``"###"``.
  166. dumpdata <app_label app_label app_label.Model ...>
  167. --------------------------------------------------
  168. .. django-admin:: dumpdata
  169. Outputs to standard output all data in the database associated with the named
  170. application(s).
  171. If no application name is provided, all installed applications will be dumped.
  172. The output of ``dumpdata`` can be used as input for :djadmin:`loaddata`.
  173. Note that ``dumpdata`` uses the default manager on the model for selecting the
  174. records to dump. If you're using a :ref:`custom manager <custom-managers>` as
  175. the default manager and it filters some of the available records, not all of the
  176. objects will be dumped.
  177. The :djadminopt:`--all` option may be provided to specify that
  178. ``dumpdata`` should use Django's base manager, dumping records which
  179. might otherwise be filtered or modified by a custom manager.
  180. .. django-admin-option:: --format <fmt>
  181. By default, ``dumpdata`` will format its output in JSON, but you can use the
  182. ``--format`` option to specify another format. Currently supported formats
  183. are listed in :ref:`serialization-formats`.
  184. .. django-admin-option:: --indent <num>
  185. By default, ``dumpdata`` will output all data on a single line. This isn't
  186. easy for humans to read, so you can use the ``--indent`` option to
  187. pretty-print the output with a number of indentation spaces.
  188. The :djadminopt:`--exclude` option may be provided to prevent specific
  189. applications or models (specified as in the form of ``app_label.ModelName``)
  190. from being dumped. If you specify a model name to ``dumpdata``, the dumped
  191. output will be restricted to that model, rather than the entire application.
  192. You can also mix application names and model names.
  193. The :djadminopt:`--database` option can be used to specify the database
  194. from which data will be dumped.
  195. .. django-admin-option:: --natural-foreign
  196. .. versionadded:: 1.7
  197. When this option is specified, Django will use the ``natural_key()`` model
  198. method to serialize any foreign key and many-to-many relationship to objects of
  199. the type that defines the method. If you are dumping ``contrib.auth``
  200. ``Permission`` objects or ``contrib.contenttypes`` ``ContentType`` objects, you
  201. should probably be using this flag. See the :ref:`natural keys
  202. <topics-serialization-natural-keys>` documentation for more details on this
  203. and the next option.
  204. .. django-admin-option:: --natural-primary
  205. .. versionadded:: 1.7
  206. When this option is specified, Django will not provide the primary key in the
  207. serialized data of this object since it can be calculated during
  208. deserialization.
  209. .. django-admin-option:: --natural
  210. .. deprecated:: 1.7
  211. Equivalent to the :djadminopt:`--natural-foreign` option; use that instead.
  212. Use :ref:`natural keys <topics-serialization-natural-keys>` to represent
  213. any foreign key and many-to-many relationship with a model that provides
  214. a natural key definition.
  215. .. django-admin-option:: --pks
  216. By default, ``dumpdata`` will output all the records of the model, but
  217. you can use the ``--pks`` option to specify a comma separated list of
  218. primary keys on which to filter. This is only available when dumping
  219. one model.
  220. .. django-admin-option:: --output
  221. .. versionadded:: 1.8
  222. By default ``dumpdata`` will output all the serialized data to standard output.
  223. This options allows to specify the file to which the data is to be written.
  224. flush
  225. -----
  226. .. django-admin:: flush
  227. Removes all data from the database, re-executes any post-synchronization
  228. handlers, and reinstalls any initial data fixtures.
  229. The :djadminopt:`--noinput` option may be provided to suppress all user
  230. prompts.
  231. The :djadminopt:`--database` option may be used to specify the database
  232. to flush.
  233. inspectdb
  234. ---------
  235. .. django-admin:: inspectdb
  236. Introspects the database tables in the database pointed-to by the
  237. :setting:`NAME` setting and outputs a Django model module (a ``models.py``
  238. file) to standard output.
  239. Use this if you have a legacy database with which you'd like to use Django.
  240. The script will inspect the database and create a model for each table within
  241. it.
  242. As you might expect, the created models will have an attribute for every field
  243. in the table. Note that ``inspectdb`` has a few special cases in its field-name
  244. output:
  245. * If ``inspectdb`` cannot map a column's type to a model field type, it'll
  246. use ``TextField`` and will insert the Python comment
  247. ``'This field type is a guess.'`` next to the field in the generated
  248. model.
  249. * If the database column name is a Python reserved word (such as
  250. ``'pass'``, ``'class'`` or ``'for'``), ``inspectdb`` will append
  251. ``'_field'`` to the attribute name. For example, if a table has a column
  252. ``'for'``, the generated model will have a field ``'for_field'``, with
  253. the ``db_column`` attribute set to ``'for'``. ``inspectdb`` will insert
  254. the Python comment
  255. ``'Field renamed because it was a Python reserved word.'`` next to the
  256. field.
  257. This feature is meant as a shortcut, not as definitive model generation. After
  258. you run it, you'll want to look over the generated models yourself to make
  259. customizations. In particular, you'll need to rearrange models' order, so that
  260. models that refer to other models are ordered properly.
  261. Primary keys are automatically introspected for PostgreSQL, MySQL and
  262. SQLite, in which case Django puts in the ``primary_key=True`` where
  263. needed.
  264. ``inspectdb`` works with PostgreSQL, MySQL and SQLite. Foreign-key detection
  265. only works in PostgreSQL and with certain types of MySQL tables.
  266. Django doesn't create database defaults when a
  267. :attr:`~django.db.models.Field.default` is specified on a model field.
  268. Similarly, database defaults aren't translated to model field defaults or
  269. detected in any fashion by ``inspectdb``.
  270. By default, ``inspectdb`` creates unmanaged models. That is, ``managed = False``
  271. in the model's ``Meta`` class tells Django not to manage each table's creation,
  272. modification, and deletion. If you do want to allow Django to manage the
  273. table's lifecycle, you'll need to change the
  274. :attr:`~django.db.models.Options.managed` option to ``True`` (or simply remove
  275. it because ``True`` is its default value).
  276. The :djadminopt:`--database` option may be used to specify the
  277. database to introspect.
  278. loaddata <fixture fixture ...>
  279. ------------------------------
  280. .. django-admin:: loaddata
  281. Searches for and loads the contents of the named fixture into the database.
  282. The :djadminopt:`--database` option can be used to specify the database
  283. onto which the data will be loaded.
  284. .. django-admin-option:: --ignorenonexistent
  285. The :djadminopt:`--ignorenonexistent` option can be used to ignore fields and
  286. models that may have been removed since the fixture was originally generated.
  287. .. django-admin-option:: --app
  288. The :djadminopt:`--app` option can be used to specify a single app to look
  289. for fixtures in rather than looking through all apps.
  290. .. versionchanged:: 1.7
  291. ``--app`` was added.
  292. .. versionchanged:: 1.8
  293. ``--ignorenonexistent`` also ignores non-existent models.
  294. What's a "fixture"?
  295. ~~~~~~~~~~~~~~~~~~~
  296. A *fixture* is a collection of files that contain the serialized contents of
  297. the database. Each fixture has a unique name, and the files that comprise the
  298. fixture can be distributed over multiple directories, in multiple applications.
  299. Django will search in three locations for fixtures:
  300. 1. In the ``fixtures`` directory of every installed application
  301. 2. In any directory named in the :setting:`FIXTURE_DIRS` setting
  302. 3. In the literal path named by the fixture
  303. Django will load any and all fixtures it finds in these locations that match
  304. the provided fixture names.
  305. If the named fixture has a file extension, only fixtures of that type
  306. will be loaded. For example::
  307. django-admin loaddata mydata.json
  308. would only load JSON fixtures called ``mydata``. The fixture extension
  309. must correspond to the registered name of a
  310. :ref:`serializer <serialization-formats>` (e.g., ``json`` or ``xml``).
  311. If you omit the extensions, Django will search all available fixture types
  312. for a matching fixture. For example::
  313. django-admin loaddata mydata
  314. would look for any fixture of any fixture type called ``mydata``. If a fixture
  315. directory contained ``mydata.json``, that fixture would be loaded
  316. as a JSON fixture.
  317. The fixtures that are named can include directory components. These
  318. directories will be included in the search path. For example::
  319. django-admin loaddata foo/bar/mydata.json
  320. would search ``<app_label>/fixtures/foo/bar/mydata.json`` for each installed
  321. application, ``<dirname>/foo/bar/mydata.json`` for each directory in
  322. :setting:`FIXTURE_DIRS`, and the literal path ``foo/bar/mydata.json``.
  323. When fixture files are processed, the data is saved to the database as is.
  324. Model defined :meth:`~django.db.models.Model.save` methods are not called, and
  325. any :data:`~django.db.models.signals.pre_save` or
  326. :data:`~django.db.models.signals.post_save` signals will be called with
  327. ``raw=True`` since the instance only contains attributes that are local to the
  328. model. You may, for example, want to disable handlers that access
  329. related fields that aren't present during fixture loading and would otherwise
  330. raise an exception::
  331. from django.db.models.signals import post_save
  332. from .models import MyModel
  333. def my_handler(**kwargs):
  334. # disable the handler during fixture loading
  335. if kwargs['raw']:
  336. return
  337. ...
  338. post_save.connect(my_handler, sender=MyModel)
  339. You could also write a simple decorator to encapsulate this logic::
  340. from functools import wraps
  341. def disable_for_loaddata(signal_handler):
  342. """
  343. Decorator that turns off signal handlers when loading fixture data.
  344. """
  345. @wraps(signal_handler)
  346. def wrapper(*args, **kwargs):
  347. if kwargs['raw']:
  348. return
  349. signal_handler(*args, **kwargs)
  350. return wrapper
  351. @disable_for_loaddata
  352. def my_handler(**kwargs):
  353. ...
  354. Just be aware that this logic will disable the signals whenever fixtures are
  355. deserialized, not just during ``loaddata``.
  356. Note that the order in which fixture files are processed is undefined. However,
  357. all fixture data is installed as a single transaction, so data in
  358. one fixture can reference data in another fixture. If the database backend
  359. supports row-level constraints, these constraints will be checked at the
  360. end of the transaction.
  361. The :djadmin:`dumpdata` command can be used to generate input for ``loaddata``.
  362. Compressed fixtures
  363. ~~~~~~~~~~~~~~~~~~~
  364. Fixtures may be compressed in ``zip``, ``gz``, or ``bz2`` format. For example::
  365. django-admin loaddata mydata.json
  366. would look for any of ``mydata.json``, ``mydata.json.zip``,
  367. ``mydata.json.gz``, or ``mydata.json.bz2``. The first file contained within a
  368. zip-compressed archive is used.
  369. Note that if two fixtures with the same name but different
  370. fixture type are discovered (for example, if ``mydata.json`` and
  371. ``mydata.xml.gz`` were found in the same fixture directory), fixture
  372. installation will be aborted, and any data installed in the call to
  373. ``loaddata`` will be removed from the database.
  374. .. admonition:: MySQL with MyISAM and fixtures
  375. The MyISAM storage engine of MySQL doesn't support transactions or
  376. constraints, so if you use MyISAM, you won't get validation of fixture
  377. data, or a rollback if multiple transaction files are found.
  378. Database-specific fixtures
  379. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  380. If you're in a multi-database setup, you might have fixture data that
  381. you want to load onto one database, but not onto another. In this
  382. situation, you can add database identifier into the names of your fixtures.
  383. For example, if your :setting:`DATABASES` setting has a 'master' database
  384. defined, name the fixture ``mydata.master.json`` or
  385. ``mydata.master.json.gz`` and the fixture will only be loaded when you
  386. specify you want to load data into the ``master`` database.
  387. makemessages
  388. ------------
  389. .. django-admin:: makemessages
  390. Runs over the entire source tree of the current directory and pulls out all
  391. strings marked for translation. It creates (or updates) a message file in the
  392. conf/locale (in the Django tree) or locale (for project and application)
  393. directory. After making changes to the messages files you need to compile them
  394. with :djadmin:`compilemessages` for use with the builtin gettext support. See
  395. the :ref:`i18n documentation <how-to-create-language-files>` for details.
  396. .. django-admin-option:: --all
  397. Use the ``--all`` or ``-a`` option to update the message files for all
  398. available languages.
  399. Example usage::
  400. django-admin makemessages --all
  401. .. django-admin-option:: --extension
  402. Use the ``--extension`` or ``-e`` option to specify a list of file extensions
  403. to examine (default: ".html", ".txt").
  404. Example usage::
  405. django-admin makemessages --locale=de --extension xhtml
  406. Separate multiple extensions with commas or use -e or --extension multiple times::
  407. django-admin makemessages --locale=de --extension=html,txt --extension xml
  408. Use the :djadminopt:`--locale` option (or its shorter version ``-l``) to
  409. specify the locale(s) to process.
  410. .. versionadded:: 1.8
  411. Use the :djadminopt:`--exclude` option (or its shorter version ``-x``) to
  412. specify the locale(s) to exclude from processing. If not provided, no locales
  413. are excluded.
  414. Example usage::
  415. django-admin makemessages --locale=pt_BR
  416. django-admin makemessages --locale=pt_BR --locale=fr
  417. django-admin makemessages -l pt_BR
  418. django-admin makemessages -l pt_BR -l fr
  419. django-admin makemessages --exclude=pt_BR
  420. django-admin makemessages --exclude=pt_BR --exclude=fr
  421. django-admin makemessages -x pt_BR
  422. django-admin makemessages -x pt_BR -x fr
  423. .. versionchanged:: 1.7
  424. Added the ``--previous`` option to the ``msgmerge`` command when merging
  425. with existing po files.
  426. .. django-admin-option:: --domain
  427. Use the ``--domain`` or ``-d`` option to change the domain of the messages files.
  428. Currently supported:
  429. * ``django`` for all ``*.py``, ``*.html`` and ``*.txt`` files (default)
  430. * ``djangojs`` for ``*.js`` files
  431. .. django-admin-option:: --symlinks
  432. Use the ``--symlinks`` or ``-s`` option to follow symlinks to directories when
  433. looking for new translation strings.
  434. Example usage::
  435. django-admin makemessages --locale=de --symlinks
  436. .. django-admin-option:: --ignore
  437. Use the ``--ignore`` or ``-i`` option to ignore files or directories matching
  438. the given :mod:`glob`-style pattern. Use multiple times to ignore more.
  439. These patterns are used by default: ``'CVS'``, ``'.*'``, ``'*~'``, ``'*.pyc'``
  440. Example usage::
  441. django-admin makemessages --locale=en_US --ignore=apps/* --ignore=secret/*.html
  442. .. django-admin-option:: --no-default-ignore
  443. Use the ``--no-default-ignore`` option to disable the default values of
  444. :djadminopt:`--ignore`.
  445. .. django-admin-option:: --no-wrap
  446. Use the ``--no-wrap`` option to disable breaking long message lines into
  447. several lines in language files.
  448. .. django-admin-option:: --no-location
  449. Use the ``--no-location`` option to not write '``#: filename:line``’
  450. comment lines in language files. Note that using this option makes it harder
  451. for technically skilled translators to understand each message's context.
  452. .. django-admin-option:: --keep-pot
  453. Use the ``--keep-pot`` option to prevent Django from deleting the temporary
  454. .pot files it generates before creating the .po file. This is useful for
  455. debugging errors which may prevent the final language files from being created.
  456. .. seealso::
  457. See :ref:`customizing-makemessages` for instructions on how to customize
  458. the keywords that :djadmin:`makemessages` passes to ``xgettext``.
  459. makemigrations [<app_label>]
  460. ----------------------------
  461. .. django-admin:: makemigrations
  462. .. versionadded:: 1.7
  463. Creates new migrations based on the changes detected to your models.
  464. Migrations, their relationship with apps and more are covered in depth in
  465. :doc:`the migrations documentation</topics/migrations>`.
  466. Providing one or more app names as arguments will limit the migrations created
  467. to the app(s) specified and any dependencies needed (the table at the other end
  468. of a ``ForeignKey``, for example).
  469. .. django-admin-option:: --empty
  470. The ``--empty`` option will cause ``makemigrations`` to output an empty
  471. migration for the specified apps, for manual editing. This option is only
  472. for advanced users and should not be used unless you are familiar with
  473. the migration format, migration operations, and the dependencies between
  474. your migrations.
  475. .. django-admin-option:: --dry-run
  476. The ``--dry-run`` option shows what migrations would be made without
  477. actually writing any migrations files to disk. Using this option along with
  478. ``--verbosity 3`` will also show the complete migrations files that would be
  479. written.
  480. .. django-admin-option:: --merge
  481. The ``--merge`` option enables fixing of migration conflicts. The
  482. :djadminopt:`--noinput` option may be provided to suppress user prompts during
  483. a merge.
  484. .. django-admin-option:: --name, -n
  485. .. versionadded:: 1.8
  486. The ``--name`` option allows you to give the migration(s) a custom name instead
  487. of a generated one.
  488. .. django-admin-option:: --exit, -e
  489. .. versionadded:: 1.8
  490. The ``--exit`` option will cause ``makemigrations`` to exit with error code 1
  491. when no migration are created (or would have been created, if combined with
  492. ``--dry-run``).
  493. migrate [<app_label> [<migrationname>]]
  494. ---------------------------------------
  495. .. django-admin:: migrate
  496. .. versionadded:: 1.7
  497. Synchronizes the database state with the current set of models and migrations.
  498. Migrations, their relationship with apps and more are covered in depth in
  499. :doc:`the migrations documentation</topics/migrations>`.
  500. The behavior of this command changes depending on the arguments provided:
  501. * No arguments: All migrated apps have all of their migrations run,
  502. and all unmigrated apps are synchronized with the database,
  503. * ``<app_label>``: The specified app has its migrations run, up to the most
  504. recent migration. This may involve running other apps' migrations too, due
  505. to dependencies.
  506. * ``<app_label> <migrationname>``: Brings the database schema to a state where
  507. the named migration is applied, but no later migrations in the same app are
  508. applied. This may involve unapplying migrations if you have previously
  509. migrated past the named migration. Use the name ``zero`` to unapply all
  510. migrations for an app.
  511. The :djadminopt:`--database` option can be used to specify the database to
  512. migrate.
  513. .. django-admin-option:: --fake
  514. The ``--fake`` option tells Django to mark the migrations as having been
  515. applied or unapplied, but without actually running the SQL to change your
  516. database schema.
  517. This is intended for advanced users to manipulate the
  518. current migration state directly if they're manually applying changes;
  519. be warned that using ``--fake`` runs the risk of putting the migration state
  520. table into a state where manual recovery will be needed to make migrations
  521. run correctly.
  522. .. deprecated:: 1.8
  523. The ``--list`` option has been moved to the :djadmin:`showmigrations`
  524. command.
  525. runserver [port or address:port]
  526. --------------------------------
  527. .. django-admin:: runserver
  528. Starts a lightweight development Web server on the local machine. By default,
  529. the server runs on port 8000 on the IP address ``127.0.0.1``. You can pass in an
  530. IP address and port number explicitly.
  531. If you run this script as a user with normal privileges (recommended), you
  532. might not have access to start a port on a low port number. Low port numbers
  533. are reserved for the superuser (root).
  534. This server uses the WSGI application object specified by the
  535. :setting:`WSGI_APPLICATION` setting.
  536. DO NOT USE THIS SERVER IN A PRODUCTION SETTING. It has not gone through
  537. security audits or performance tests. (And that's how it's gonna stay. We're in
  538. the business of making Web frameworks, not Web servers, so improving this
  539. server to be able to handle a production environment is outside the scope of
  540. Django.)
  541. The development server automatically reloads Python code for each request, as
  542. needed. You don't need to restart the server for code changes to take effect.
  543. However, some actions like adding files don't trigger a restart, so you'll
  544. have to restart the server in these cases.
  545. .. versionchanged:: 1.7
  546. Compiling translation files now also restarts the development server.
  547. If you are using Linux and install `pyinotify`_, kernel signals will be used to
  548. autoreload the server (rather than polling file modification timestamps each
  549. second). This offers better scaling to large projects, reduction in response
  550. time to code modification, more robust change detection, and battery usage
  551. reduction.
  552. .. _pyinotify: https://pypi.python.org/pypi/pyinotify/
  553. .. versionadded:: 1.7
  554. ``pyinotify`` support was added.
  555. When you start the server, and each time you change Python code while the
  556. server is running, the server will check your entire Django project for errors (see
  557. the :djadmin:`check` command). If any errors are found, they will be printed
  558. to standard output, but it won't stop the server.
  559. You can run as many servers as you want, as long as they're on separate ports.
  560. Just execute ``django-admin runserver`` more than once.
  561. Note that the default IP address, ``127.0.0.1``, is not accessible from other
  562. machines on your network. To make your development server viewable to other
  563. machines on the network, use its own IP address (e.g. ``192.168.2.1``) or
  564. ``0.0.0.0`` or ``::`` (with IPv6 enabled).
  565. You can provide an IPv6 address surrounded by brackets
  566. (e.g. ``[200a::1]:8000``). This will automatically enable IPv6 support.
  567. A hostname containing ASCII-only characters can also be used.
  568. If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled
  569. (default in new projects) the :djadmin:`runserver` command will be overridden
  570. with its own :ref:`runserver<staticfiles-runserver>` command.
  571. If :djadmin:`migrate` was not previously executed, the table that stores the
  572. history of migrations is created at first run of ``runserver``.
  573. .. django-admin-option:: --noreload
  574. Use the ``--noreload`` option to disable the use of the auto-reloader. This
  575. means any Python code changes you make while the server is running will *not*
  576. take effect if the particular Python modules have already been loaded into
  577. memory.
  578. Example usage::
  579. django-admin runserver --noreload
  580. .. django-admin-option:: --nothreading
  581. The development server is multithreaded by default. Use the ``--nothreading``
  582. option to disable the use of threading in the development server.
  583. .. django-admin-option:: --ipv6, -6
  584. Use the ``--ipv6`` (or shorter ``-6``) option to tell Django to use IPv6 for
  585. the development server. This changes the default IP address from
  586. ``127.0.0.1`` to ``::1``.
  587. Example usage::
  588. django-admin runserver --ipv6
  589. Examples of using different ports and addresses
  590. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  591. Port 8000 on IP address ``127.0.0.1``::
  592. django-admin runserver
  593. Port 8000 on IP address ``1.2.3.4``::
  594. django-admin runserver 1.2.3.4:8000
  595. Port 7000 on IP address ``127.0.0.1``::
  596. django-admin runserver 7000
  597. Port 7000 on IP address ``1.2.3.4``::
  598. django-admin runserver 1.2.3.4:7000
  599. Port 8000 on IPv6 address ``::1``::
  600. django-admin runserver -6
  601. Port 7000 on IPv6 address ``::1``::
  602. django-admin runserver -6 7000
  603. Port 7000 on IPv6 address ``2001:0db8:1234:5678::9``::
  604. django-admin runserver [2001:0db8:1234:5678::9]:7000
  605. Port 8000 on IPv4 address of host ``localhost``::
  606. django-admin runserver localhost:8000
  607. Port 8000 on IPv6 address of host ``localhost``::
  608. django-admin runserver -6 localhost:8000
  609. Serving static files with the development server
  610. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  611. By default, the development server doesn't serve any static files for your site
  612. (such as CSS files, images, things under :setting:`MEDIA_URL` and so forth). If
  613. you want to configure Django to serve static media, read
  614. :doc:`/howto/static-files/index`.
  615. shell
  616. -----
  617. .. django-admin:: shell
  618. Starts the Python interactive interpreter.
  619. Django will use IPython_ or bpython_ if either is installed. If you have a
  620. rich shell installed but want to force use of the "plain" Python interpreter,
  621. use the ``--plain`` option, like so::
  622. django-admin shell --plain
  623. If you would like to specify either IPython or bpython as your interpreter if
  624. you have both installed you can specify an alternative interpreter interface
  625. with the ``-i`` or ``--interface`` options like so:
  626. IPython::
  627. django-admin shell -i ipython
  628. django-admin shell --interface ipython
  629. bpython::
  630. django-admin shell -i bpython
  631. django-admin shell --interface bpython
  632. .. _IPython: http://ipython.scipy.org/
  633. .. _bpython: http://bpython-interpreter.org/
  634. When the "plain" Python interactive interpreter starts (be it because
  635. ``--plain`` was specified or because no other interactive interface is
  636. available) it reads the script pointed to by the :envvar:`PYTHONSTARTUP`
  637. environment variable and the ``~/.pythonrc.py`` script. If you don't wish this
  638. behavior you can use the ``--no-startup`` option. e.g.::
  639. django-admin shell --plain --no-startup
  640. showmigrations [<app_label> [<app_label>]]
  641. ------------------------------------------
  642. .. django-admin:: showmigrations
  643. .. versionadded:: 1.8
  644. Shows all migrations in a project.
  645. .. django-admin-option:: --list, -l
  646. The ``--list`` option lists all of the apps Django knows about, the
  647. migrations available for each app, and whether or not each migrations is
  648. applied (marked by an ``[X]`` next to the migration name).
  649. Apps without migrations are also listed, but have ``(no migrations)`` printed
  650. under them.
  651. .. django-admin-option:: --plan, -p
  652. The ``--plan`` option shows the migration plan Django will follow to apply
  653. migrations. Any supplied app labels are ignored because the plan might go
  654. beyond those apps. Same as ``--list``, applied migrations are marked by an
  655. ``[X]``. For a verbosity of 2 and above, all dependencies of a migration will
  656. also be shown.
  657. sql <app_label app_label ...>
  658. -----------------------------
  659. .. django-admin:: sql
  660. Prints the CREATE TABLE SQL statements for the given app name(s).
  661. The :djadminopt:`--database` option can be used to specify the database for
  662. which to print the SQL.
  663. sqlall <app_label app_label ...>
  664. --------------------------------
  665. .. django-admin:: sqlall
  666. Prints the CREATE TABLE and initial-data SQL statements for the given app name(s).
  667. The :djadminopt:`--database` option can be used to specify the database for
  668. which to print the SQL.
  669. .. versionchanged:: 1.7
  670. The ``sql*`` management commands now respect the ``allow_migrate()`` method
  671. of :setting:`DATABASE_ROUTERS`. If you have models synced to non-default
  672. databases, use the :djadminopt:`--database` flag to get SQL for those
  673. models (previously they would always be included in the output).
  674. sqlclear <app_label app_label ...>
  675. ----------------------------------
  676. .. django-admin:: sqlclear
  677. Prints the DROP TABLE SQL statements for the given app name(s).
  678. The :djadminopt:`--database` option can be used to specify the database for
  679. which to print the SQL.
  680. sqldropindexes <app_label app_label ...>
  681. ----------------------------------------
  682. .. django-admin:: sqldropindexes
  683. Prints the DROP INDEX SQL statements for the given app name(s).
  684. The :djadminopt:`--database` option can be used to specify the database for
  685. which to print the SQL.
  686. sqlflush
  687. --------
  688. .. django-admin:: sqlflush
  689. Prints the SQL statements that would be executed for the :djadmin:`flush`
  690. command.
  691. The :djadminopt:`--database` option can be used to specify the database for
  692. which to print the SQL.
  693. sqlindexes <app_label app_label ...>
  694. ------------------------------------
  695. .. django-admin:: sqlindexes
  696. Prints the CREATE INDEX SQL statements for the given app name(s).
  697. The :djadminopt:`--database` option can be used to specify the database for
  698. which to print the SQL.
  699. sqlmigrate <app_label> <migrationname>
  700. --------------------------------------
  701. .. django-admin:: sqlmigrate
  702. Prints the SQL for the named migration. This requires an active database
  703. connection, which it will use to resolve constraint names; this means you must
  704. generate the SQL against a copy of the database you wish to later apply it on.
  705. Note that ``sqlmigrate`` doesn't colorize its output.
  706. The :djadminopt:`--database` option can be used to specify the database for
  707. which to generate the SQL.
  708. .. django-admin-option:: --backwards
  709. By default, the SQL created is for running the migration in the forwards
  710. direction. Pass ``--backwards`` to generate the SQL for
  711. unapplying the migration instead.
  712. sqlsequencereset <app_label app_label ...>
  713. ------------------------------------------
  714. .. django-admin:: sqlsequencereset
  715. Prints the SQL statements for resetting sequences for the given app name(s).
  716. Sequences are indexes used by some database engines to track the next available
  717. number for automatically incremented fields.
  718. Use this command to generate SQL which will fix cases where a sequence is out
  719. of sync with its automatically incremented field data.
  720. The :djadminopt:`--database` option can be used to specify the database for
  721. which to print the SQL.
  722. squashmigrations <app_label> <migration_name>
  723. ---------------------------------------------
  724. .. django-admin:: squashmigrations
  725. Squashes the migrations for ``app_label`` up to and including ``migration_name``
  726. down into fewer migrations, if possible. The resulting squashed migrations
  727. can live alongside the unsquashed ones safely. For more information,
  728. please read :ref:`migration-squashing`.
  729. .. django-admin-option:: --no-optimize
  730. By default, Django will try to optimize the operations in your migrations
  731. to reduce the size of the resulting file. Pass ``--no-optimize`` if this
  732. process is failing for you or creating incorrect migrations, though please
  733. also file a Django bug report about the behavior, as optimization is meant
  734. to be safe.
  735. startapp <app_label> [destination]
  736. ----------------------------------
  737. .. django-admin:: startapp
  738. Creates a Django app directory structure for the given app name in the current
  739. directory or the given destination.
  740. By default the directory created contains a ``models.py`` file and other app
  741. template files. (See the `source`_ for more details.) If only the app
  742. name is given, the app directory will be created in the current working
  743. directory.
  744. If the optional destination is provided, Django will use that existing
  745. directory rather than creating a new one. You can use '.' to denote the current
  746. working directory.
  747. For example::
  748. django-admin startapp myapp /Users/jezdez/Code/myapp
  749. .. _custom-app-and-project-templates:
  750. .. django-admin-option:: --template
  751. With the ``--template`` option, you can use a custom app template by providing
  752. either the path to a directory with the app template file, or a path to a
  753. compressed file (``.tar.gz``, ``.tar.bz2``, ``.tgz``, ``.tbz``, ``.zip``)
  754. containing the app template files.
  755. For example, this would look for an app template in the given directory when
  756. creating the ``myapp`` app::
  757. django-admin startapp --template=/Users/jezdez/Code/my_app_template myapp
  758. Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
  759. archives with the app template files, downloading and extracting them on the
  760. fly.
  761. For example, taking advantage of Github's feature to expose repositories as
  762. zip files, you can use a URL like::
  763. django-admin startapp --template=https://github.com/githubuser/django-app-template/archive/master.zip myapp
  764. When Django copies the app template files, it also renders certain files
  765. through the template engine: the files whose extensions match the
  766. ``--extension`` option (``py`` by default) and the files whose names are passed
  767. with the ``--name`` option. The :class:`template context
  768. <django.template.Context>` used is:
  769. - Any option passed to the ``startapp`` command (among the command's supported
  770. options)
  771. - ``app_name`` -- the app name as passed to the command
  772. - ``app_directory`` -- the full path of the newly created app
  773. - ``docs_version`` -- the version of the documentation: ``'dev'`` or ``'1.x'``
  774. .. _render_warning:
  775. .. warning::
  776. When the app template files are rendered with the Django template
  777. engine (by default all ``*.py`` files), Django will also replace all
  778. stray template variables contained. For example, if one of the Python files
  779. contains a docstring explaining a particular feature related
  780. to template rendering, it might result in an incorrect example.
  781. To work around this problem, you can use the :ttag:`templatetag`
  782. templatetag to "escape" the various parts of the template syntax.
  783. .. _source: https://github.com/django/django/tree/master/django/conf/app_template/
  784. startproject <projectname> [destination]
  785. ----------------------------------------
  786. .. django-admin:: startproject
  787. Creates a Django project directory structure for the given project name in
  788. the current directory or the given destination.
  789. By default, the new directory contains ``manage.py`` and a project package
  790. (containing a ``settings.py`` and other files). See the `template source`_ for
  791. details.
  792. If only the project name is given, both the project directory and project
  793. package will be named ``<projectname>`` and the project directory
  794. will be created in the current working directory.
  795. If the optional destination is provided, Django will use that existing
  796. directory as the project directory, and create ``manage.py`` and the project
  797. package within it. Use '.' to denote the current working directory.
  798. For example::
  799. django-admin startproject myproject /Users/jezdez/Code/myproject_repo
  800. As with the :djadmin:`startapp` command, the ``--template`` option lets you
  801. specify a directory, file path or URL of a custom project template. See the
  802. :djadmin:`startapp` documentation for details of supported project template
  803. formats.
  804. For example, this would look for a project template in the given directory
  805. when creating the ``myproject`` project::
  806. django-admin startproject --template=/Users/jezdez/Code/my_project_template myproject
  807. Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
  808. archives with the project template files, downloading and extracting them on the
  809. fly.
  810. For example, taking advantage of Github's feature to expose repositories as
  811. zip files, you can use a URL like::
  812. django-admin startproject --template=https://github.com/githubuser/django-project-template/archive/master.zip myproject
  813. When Django copies the project template files, it also renders certain files
  814. through the template engine: the files whose extensions match the
  815. ``--extension`` option (``py`` by default) and the files whose names are passed
  816. with the ``--name`` option. The :class:`template context
  817. <django.template.Context>` used is:
  818. - Any option passed to the ``startproject`` command (among the command's
  819. supported options)
  820. - ``project_name`` -- the project name as passed to the command
  821. - ``project_directory`` -- the full path of the newly created project
  822. - ``secret_key`` -- a random key for the :setting:`SECRET_KEY` setting
  823. - ``docs_version`` -- the version of the documentation: ``'dev'`` or ``'1.x'``
  824. Please also see the :ref:`rendering warning <render_warning>` as mentioned
  825. for :djadmin:`startapp`.
  826. .. _`template source`: https://github.com/django/django/tree/master/django/conf/project_template/
  827. test <app or test identifier>
  828. -----------------------------
  829. .. django-admin:: test
  830. Runs tests for all installed models. See :doc:`/topics/testing/index` for more
  831. information.
  832. .. django-admin-option:: --failfast
  833. The ``--failfast`` option can be used to stop running tests and report the
  834. failure immediately after a test fails.
  835. .. django-admin-option:: --testrunner
  836. The ``--testrunner`` option can be used to control the test runner class that
  837. is used to execute tests. If this value is provided, it overrides the value
  838. provided by the :setting:`TEST_RUNNER` setting.
  839. .. django-admin-option:: --liveserver
  840. The ``--liveserver`` option can be used to override the default address where
  841. the live server (used with :class:`~django.test.LiveServerTestCase`) is
  842. expected to run from. The default value is ``localhost:8081``.
  843. .. django-admin-option:: --keepdb
  844. .. versionadded:: 1.8
  845. The ``--keepdb`` option can be used to preserve the test database between test
  846. runs. This has the advantage of skipping both the create and destroy actions
  847. which greatly decreases the time to run tests, especially those in a large
  848. test suite. If the test database does not exist, it will be created on the first
  849. run and then preserved for each subsequent run. Any unapplied migrations will also
  850. be applied to the test database before running the test suite.
  851. .. django-admin-option:: --reverse
  852. .. versionadded:: 1.8
  853. The ``--reverse`` option can be used to sort test cases in the opposite order.
  854. This may help in debugging tests that aren't properly isolated and have side
  855. effects. :ref:`Grouping by test class <order-of-tests>` is preserved when using
  856. this option.
  857. .. django-admin-option:: --debug-sql
  858. .. versionadded:: 1.8
  859. The ``--debug-sql`` option can be used to enable :ref:`SQL logging
  860. <django-db-logger>` for failing tests. If :djadminopt:`--verbosity` is ``2``,
  861. then queries in passing tests are also output.
  862. testserver <fixture fixture ...>
  863. --------------------------------
  864. .. django-admin:: testserver
  865. Runs a Django development server (as in :djadmin:`runserver`) using data from
  866. the given fixture(s).
  867. For example, this command::
  868. django-admin testserver mydata.json
  869. ...would perform the following steps:
  870. 1. Create a test database, as described in :ref:`the-test-database`.
  871. 2. Populate the test database with fixture data from the given fixtures.
  872. (For more on fixtures, see the documentation for :djadmin:`loaddata` above.)
  873. 3. Runs the Django development server (as in :djadmin:`runserver`), pointed at
  874. this newly created test database instead of your production database.
  875. This is useful in a number of ways:
  876. * When you're writing :doc:`unit tests </topics/testing/overview>` of how your views
  877. act with certain fixture data, you can use ``testserver`` to interact with
  878. the views in a Web browser, manually.
  879. * Let's say you're developing your Django application and have a "pristine"
  880. copy of a database that you'd like to interact with. You can dump your
  881. database to a fixture (using the :djadmin:`dumpdata` command, explained
  882. above), then use ``testserver`` to run your Web application with that data.
  883. With this arrangement, you have the flexibility of messing up your data
  884. in any way, knowing that whatever data changes you're making are only
  885. being made to a test database.
  886. Note that this server does *not* automatically detect changes to your Python
  887. source code (as :djadmin:`runserver` does). It does, however, detect changes to
  888. templates.
  889. .. django-admin-option:: --addrport [port number or ipaddr:port]
  890. Use ``--addrport`` to specify a different port, or IP address and port, from
  891. the default of ``127.0.0.1:8000``. This value follows exactly the same format and
  892. serves exactly the same function as the argument to the :djadmin:`runserver`
  893. command.
  894. Examples:
  895. To run the test server on port 7000 with ``fixture1`` and ``fixture2``::
  896. django-admin testserver --addrport 7000 fixture1 fixture2
  897. django-admin testserver fixture1 fixture2 --addrport 7000
  898. (The above statements are equivalent. We include both of them to demonstrate
  899. that it doesn't matter whether the options come before or after the fixture
  900. arguments.)
  901. To run on 1.2.3.4:7000 with a ``test`` fixture::
  902. django-admin testserver --addrport 1.2.3.4:7000 test
  903. The :djadminopt:`--noinput` option may be provided to suppress all user
  904. prompts.
  905. Commands provided by applications
  906. =================================
  907. Some commands are only available when the ``django.contrib`` application that
  908. :doc:`implements </howto/custom-management-commands>` them has been
  909. :setting:`enabled <INSTALLED_APPS>`. This section describes them grouped by
  910. their application.
  911. ``django.contrib.auth``
  912. -----------------------
  913. changepassword
  914. ~~~~~~~~~~~~~~
  915. .. django-admin:: changepassword
  916. This command is only available if Django's :doc:`authentication system
  917. </topics/auth/index>` (``django.contrib.auth``) is installed.
  918. Allows changing a user's password. It prompts you to enter twice the password of
  919. the user given as parameter. If they both match, the new password will be
  920. changed immediately. If you do not supply a user, the command will attempt to
  921. change the password whose username matches the current user.
  922. Use the ``--database`` option to specify the database to query for the user. If
  923. it's not supplied, Django will use the ``default`` database.
  924. Example usage::
  925. django-admin changepassword ringo
  926. createsuperuser
  927. ~~~~~~~~~~~~~~~
  928. .. django-admin:: createsuperuser
  929. This command is only available if Django's :doc:`authentication system
  930. </topics/auth/index>` (``django.contrib.auth``) is installed.
  931. Creates a superuser account (a user who has all permissions). This is
  932. useful if you need to create an initial superuser account or if you need to
  933. programmatically generate superuser accounts for your site(s).
  934. When run interactively, this command will prompt for a password for
  935. the new superuser account. When run non-interactively, no password
  936. will be set, and the superuser account will not be able to log in until
  937. a password has been manually set for it.
  938. .. django-admin-option:: --username
  939. .. django-admin-option:: --email
  940. The username and email address for the new account can be supplied by
  941. using the ``--username`` and ``--email`` arguments on the command
  942. line. If either of those is not supplied, ``createsuperuser`` will prompt for
  943. it when running interactively.
  944. Use the ``--database`` option to specify the database into which the superuser
  945. object will be saved.
  946. .. versionadded:: 1.8
  947. You can subclass the management command and override ``get_input_data()`` if you
  948. want to customize data input and validation. Consult the source code for
  949. details on the existing implementation and the method's parameters. For example,
  950. it could be useful if you have a ``ForeignKey`` in
  951. :attr:`~django.contrib.auth.models.CustomUser.REQUIRED_FIELDS` and want to
  952. allow creating an instance instead of entering the primary key of an existing
  953. instance.
  954. ``django.contrib.gis``
  955. ----------------------
  956. ogrinspect
  957. ~~~~~~~~~~
  958. This command is only available if :doc:`GeoDjango </ref/contrib/gis/index>`
  959. (``django.contrib.gis``) is installed.
  960. Please refer to its :djadmin:`description <ogrinspect>` in the GeoDjango
  961. documentation.
  962. ``django.contrib.sessions``
  963. ---------------------------
  964. clearsessions
  965. ~~~~~~~~~~~~~~~
  966. .. django-admin:: clearsessions
  967. Can be run as a cron job or directly to clean out expired sessions.
  968. ``django.contrib.sitemaps``
  969. ---------------------------
  970. ping_google
  971. ~~~~~~~~~~~
  972. This command is only available if the :doc:`Sitemaps framework
  973. </ref/contrib/sitemaps>` (``django.contrib.sitemaps``) is installed.
  974. Please refer to its :djadmin:`description <ping_google>` in the Sitemaps
  975. documentation.
  976. ``django.contrib.staticfiles``
  977. ------------------------------
  978. collectstatic
  979. ~~~~~~~~~~~~~
  980. This command is only available if the :doc:`static files application
  981. </howto/static-files/index>` (``django.contrib.staticfiles``) is installed.
  982. Please refer to its :djadmin:`description <collectstatic>` in the
  983. :doc:`staticfiles </ref/contrib/staticfiles>` documentation.
  984. findstatic
  985. ~~~~~~~~~~
  986. This command is only available if the :doc:`static files application
  987. </howto/static-files/index>` (``django.contrib.staticfiles``) is installed.
  988. Please refer to its :djadmin:`description <findstatic>` in the :doc:`staticfiles
  989. </ref/contrib/staticfiles>` documentation.
  990. Default options
  991. ===============
  992. Although some commands may allow their own custom options, every command
  993. allows for the following options:
  994. .. django-admin-option:: --pythonpath
  995. Example usage::
  996. django-admin migrate --pythonpath='/home/djangoprojects/myproject'
  997. Adds the given filesystem path to the Python `import search path`_. If this
  998. isn't provided, ``django-admin`` will use the ``PYTHONPATH`` environment
  999. variable.
  1000. Note that this option is unnecessary in ``manage.py``, because it takes care of
  1001. setting the Python path for you.
  1002. .. _import search path: http://www.diveintopython.net/getting_to_know_python/everything_is_an_object.html
  1003. .. django-admin-option:: --settings
  1004. Example usage::
  1005. django-admin migrate --settings=mysite.settings
  1006. Explicitly specifies the settings module to use. The settings module should be
  1007. in Python package syntax, e.g. ``mysite.settings``. If this isn't provided,
  1008. ``django-admin`` will use the ``DJANGO_SETTINGS_MODULE`` environment
  1009. variable.
  1010. Note that this option is unnecessary in ``manage.py``, because it uses
  1011. ``settings.py`` from the current project by default.
  1012. .. django-admin-option:: --traceback
  1013. Example usage::
  1014. django-admin migrate --traceback
  1015. By default, ``django-admin`` will show a simple error message whenever an
  1016. :class:`~django.core.management.CommandError` occurs, but a full stack trace
  1017. for any other exception. If you specify ``--traceback``, ``django-admin``
  1018. will also output a full stack trace when a ``CommandError`` is raised.
  1019. .. django-admin-option:: --verbosity
  1020. Example usage::
  1021. django-admin migrate --verbosity 2
  1022. Use ``--verbosity`` to specify the amount of notification and debug information
  1023. that ``django-admin`` should print to the console.
  1024. * ``0`` means no output.
  1025. * ``1`` means normal output (default).
  1026. * ``2`` means verbose output.
  1027. * ``3`` means *very* verbose output.
  1028. .. django-admin-option:: --no-color
  1029. .. versionadded:: 1.7
  1030. Example usage::
  1031. django-admin sqlall --no-color
  1032. By default, ``django-admin`` will format the output to be colorized. For
  1033. example, errors will be printed to the console in red and SQL statements will
  1034. be syntax highlighted. To prevent this and have a plain text output, pass the
  1035. ``--no-color`` option when running your command.
  1036. Common options
  1037. ==============
  1038. The following options are not available on every command, but they are common
  1039. to a number of commands.
  1040. .. django-admin-option:: --database
  1041. Used to specify the database on which a command will operate. If not
  1042. specified, this option will default to an alias of ``default``.
  1043. For example, to dump data from the database with the alias ``master``::
  1044. django-admin dumpdata --database=master
  1045. .. django-admin-option:: --exclude
  1046. Exclude a specific application from the applications whose contents is
  1047. output. For example, to specifically exclude the ``auth`` application from
  1048. the output of dumpdata, you would call::
  1049. django-admin dumpdata --exclude=auth
  1050. If you want to exclude multiple applications, use multiple ``--exclude``
  1051. directives::
  1052. django-admin dumpdata --exclude=auth --exclude=contenttypes
  1053. .. django-admin-option:: --locale
  1054. Use the ``--locale`` or ``-l`` option to specify the locale to process.
  1055. If not provided all locales are processed.
  1056. .. django-admin-option:: --noinput
  1057. Use the ``--noinput`` option to suppress all user prompting, such as "Are
  1058. you sure?" confirmation messages. This is useful if ``django-admin`` is
  1059. being executed as an unattended, automated script.
  1060. Extra niceties
  1061. ==============
  1062. .. _syntax-coloring:
  1063. Syntax coloring
  1064. ---------------
  1065. The ``django-admin`` / ``manage.py`` commands will use pretty
  1066. color-coded output if your terminal supports ANSI-colored output. It
  1067. won't use the color codes if you're piping the command's output to
  1068. another program.
  1069. Under Windows, the native console doesn't support ANSI escape sequences so by
  1070. default there is no color output. But you can install the `ANSICON`_
  1071. third-party tool, the Django commands will detect its presence and will make
  1072. use of its services to color output just like on Unix-based platforms.
  1073. The colors used for syntax highlighting can be customized. Django
  1074. ships with three color palettes:
  1075. * ``dark``, suited to terminals that show white text on a black
  1076. background. This is the default palette.
  1077. * ``light``, suited to terminals that show black text on a white
  1078. background.
  1079. * ``nocolor``, which disables syntax highlighting.
  1080. You select a palette by setting a ``DJANGO_COLORS`` environment
  1081. variable to specify the palette you want to use. For example, to
  1082. specify the ``light`` palette under a Unix or OS/X BASH shell, you
  1083. would run the following at a command prompt::
  1084. export DJANGO_COLORS="light"
  1085. You can also customize the colors that are used. Django specifies a
  1086. number of roles in which color is used:
  1087. * ``error`` - A major error.
  1088. * ``notice`` - A minor error.
  1089. * ``sql_field`` - The name of a model field in SQL.
  1090. * ``sql_coltype`` - The type of a model field in SQL.
  1091. * ``sql_keyword`` - An SQL keyword.
  1092. * ``sql_table`` - The name of a model in SQL.
  1093. * ``http_info`` - A 1XX HTTP Informational server response.
  1094. * ``http_success`` - A 2XX HTTP Success server response.
  1095. * ``http_not_modified`` - A 304 HTTP Not Modified server response.
  1096. * ``http_redirect`` - A 3XX HTTP Redirect server response other than 304.
  1097. * ``http_not_found`` - A 404 HTTP Not Found server response.
  1098. * ``http_bad_request`` - A 4XX HTTP Bad Request server response other than 404.
  1099. * ``http_server_error`` - A 5XX HTTP Server Error response.
  1100. Each of these roles can be assigned a specific foreground and
  1101. background color, from the following list:
  1102. * ``black``
  1103. * ``red``
  1104. * ``green``
  1105. * ``yellow``
  1106. * ``blue``
  1107. * ``magenta``
  1108. * ``cyan``
  1109. * ``white``
  1110. Each of these colors can then be modified by using the following
  1111. display options:
  1112. * ``bold``
  1113. * ``underscore``
  1114. * ``blink``
  1115. * ``reverse``
  1116. * ``conceal``
  1117. A color specification follows one of the following patterns:
  1118. * ``role=fg``
  1119. * ``role=fg/bg``
  1120. * ``role=fg,option,option``
  1121. * ``role=fg/bg,option,option``
  1122. where ``role`` is the name of a valid color role, ``fg`` is the
  1123. foreground color, ``bg`` is the background color and each ``option``
  1124. is one of the color modifying options. Multiple color specifications
  1125. are then separated by semicolon. For example::
  1126. export DJANGO_COLORS="error=yellow/blue,blink;notice=magenta"
  1127. would specify that errors be displayed using blinking yellow on blue,
  1128. and notices displayed using magenta. All other color roles would be
  1129. left uncolored.
  1130. Colors can also be specified by extending a base palette. If you put
  1131. a palette name in a color specification, all the colors implied by that
  1132. palette will be loaded. So::
  1133. export DJANGO_COLORS="light;error=yellow/blue,blink;notice=magenta"
  1134. would specify the use of all the colors in the light color palette,
  1135. *except* for the colors for errors and notices which would be
  1136. overridden as specified.
  1137. .. versionadded:: 1.7
  1138. Support for color-coded output from ``django-admin`` / ``manage.py``
  1139. utilities on Windows by relying on the ANSICON application was added in Django
  1140. 1.7.
  1141. .. _ANSICON: http://adoxa.altervista.org/ansicon/
  1142. Bash completion
  1143. ---------------
  1144. If you use the Bash shell, consider installing the Django bash completion
  1145. script, which lives in ``extras/django_bash_completion`` in the Django
  1146. distribution. It enables tab-completion of ``django-admin`` and
  1147. ``manage.py`` commands, so you can, for instance...
  1148. * Type ``django-admin``.
  1149. * Press [TAB] to see all available options.
  1150. * Type ``sql``, then [TAB], to see all available options whose names start
  1151. with ``sql``.
  1152. See :doc:`/howto/custom-management-commands` for how to add customized actions.
  1153. ==========================================
  1154. Running management commands from your code
  1155. ==========================================
  1156. .. _call-command:
  1157. .. function:: django.core.management.call_command(name, *args, **options)
  1158. To call a management command from code use ``call_command``.
  1159. ``name``
  1160. the name of the command to call.
  1161. ``*args``
  1162. a list of arguments accepted by the command.
  1163. ``**options``
  1164. named options accepted on the command-line.
  1165. Examples::
  1166. from django.core import management
  1167. management.call_command('flush', verbosity=0, interactive=False)
  1168. management.call_command('loaddata', 'test_data', verbosity=0)
  1169. Note that command options that take no arguments are passed as keywords
  1170. with ``True`` or ``False``, as you can see with the ``interactive`` option above.
  1171. Named arguments can be passed by using either one of the following syntaxes::
  1172. # Similar to the command line
  1173. management.call_command('dumpdata', '--natural')
  1174. # Named argument similar to the command line minus the initial dashes and
  1175. # with internal dashes replaced by underscores
  1176. management.call_command('dumpdata', natural=True)
  1177. # `use_natural_keys` is the option destination variable
  1178. management.call_command('dumpdata', use_natural_keys=True)
  1179. .. versionchanged:: 1.8
  1180. The first syntax is now supported thanks to management commands using the
  1181. :py:mod:`argparse` module. For the second syntax, Django previously passed
  1182. the option name as-is to the command, now it is always using the ``dest``
  1183. variable name (which may or may not be the same as the option name).
  1184. Command options which take multiple options are passed a list::
  1185. management.call_command('dumpdata', exclude=['contenttypes', 'auth'])
  1186. Output redirection
  1187. ==================
  1188. Note that you can redirect standard output and error streams as all commands
  1189. support the ``stdout`` and ``stderr`` options. For example, you could write::
  1190. with open('/tmp/command_output') as f:
  1191. management.call_command('dumpdata', stdout=f)