Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
f9f09a8a
Kaydet (Commit)
f9f09a8a
authored
Nis 01, 2019
tarafından
Carlton Gibson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated man page for 2.2 final.
üst
0027ca76
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
18 deletions
+11
-18
django-admin.1
docs/man/django-admin.1
+11
-18
No files found.
docs/man/django-admin.1
Dosyayı görüntüle @
f9f09a8a
.\
" Man page generated from reStructuredText.
.\
" Man page generated from reStructuredText.
.
.
.TH "
DJANGO
-
ADMIN
" "
1
" "
January
17
,
2019
" "
2.2
" "
Django
"
.TH "
DJANGO
-
ADMIN
" "
1
" "
April
01
,
2019
" "
2.2
" "
Django
"
.SH NAME
.SH NAME
django-admin \- Utility script for the Django Web framework
django-admin \- Utility script for the Django Web framework
.
.
...
@@ -34,16 +34,10 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
...
@@ -34,16 +34,10 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
\f
Bdjango\-admin
\f
P is Django\(aqs command\-line utility for administrative tasks.
\f
Bdjango\-admin
\f
P is Django\(aqs command\-line utility for administrative tasks.
This document outlines all it can do.
This document outlines all it can do.
.sp
.sp
In addition,
\f
Bmanage.py
\f
P is automatically created in each Django project.
In addition,
\f
Bmanage.py
\f
P is automatically created in each Django project. It
\f
Bmanage.py
\f
P does the same thing as
\f
Bdjango\-admin
\f
P but takes care of a few
does the same thing as
\f
Bdjango\-admin
\f
P but also sets the
things for you:
\f
BDJANGO_SETTINGS_MODULE
\f
P environment variable so that it points to your
.INDENT 0.0
project\(aqs
\f
Bsettings.py
\f
P file.
.IP \(bu 2
It puts your project\(aqs package on
\f
Bsys.path
\f
P\&.
.IP \(bu 2
It sets the
\f
BDJANGO_SETTINGS_MODULE
\f
P environment variable so that
it points to your project\(aqs
\f
Bsettings.py
\f
P file.
.UNINDENT
.sp
.sp
The
\f
Bdjango\-admin
\f
P script should be on your system path if you installed
The
\f
Bdjango\-admin
\f
P script should be on your system path if you installed
Django via its
\f
Bsetup.py
\f
P utility. If it\(aqs not on your path, you can find it
Django via its
\f
Bsetup.py
\f
P utility. If it\(aqs not on your path, you can find it
...
@@ -1645,10 +1639,9 @@ Generate squashed migration file without Django version and timestamp header.
...
@@ -1645,10 +1639,9 @@ Generate squashed migration file without Django version and timestamp header.
Creates a Django app directory structure for the given app name in the current
Creates a Django app directory structure for the given app name in the current
directory or the given destination.
directory or the given destination.
.sp
.sp
By default the directory created contains a
\f
Bmodels.py
\f
P file and other app
By default,
\f
I\%the new directory
\f
P contains a
template files. (See the
\f
I\%source
\f
P for more details.) If only the app
\f
Bmodels.py
\f
P file and other app template files. If only the app name is given,
name is given, the app directory will be created in the current working
the app directory will be created in the current working directory.
directory.
.sp
.sp
If the optional destination is provided, Django will use that existing
If the optional destination is provided, Django will use that existing
directory rather than creating a new one. You can use \(aq.\(aq to denote the current
directory rather than creating a new one. You can use \(aq.\(aq to denote the current
...
@@ -1764,9 +1757,9 @@ will be renamed to \fB\&.py\fP\&.
...
@@ -1764,9 +1757,9 @@ will be renamed to \fB\&.py\fP\&.
Creates a Django project directory structure for the given project name in
Creates a Django project directory structure for the given project name in
the current directory or the given destination.
the current directory or the given destination.
.sp
.sp
By default,
the new directory contains
\f
Bmanage.py
\f
P and a project package
By default,
\f
I\%the new directory
\f
P contains
(containing a
\f
Bsettings.py
\f
P and other files). See the
\f
I\%template source
\f
P fo
r
\f
Bmanage.py
\f
P and a project package (containing a
\f
Bsettings.py
\f
P and othe
r
details
.
files)
.
.sp
.sp
If only the project name is given, both the project directory and project
If only the project name is given, both the project directory and project
package will be named
\f
B<projectname>
\f
P and the project directory
package will be named
\f
B<projectname>
\f
P and the project directory
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment