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
784a53be
Kaydet (Commit)
784a53be
authored
Mar 07, 2017
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
This reverts commit
4cffa9a1
.
üst
9bbb6e2d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
django-admin.py
django/bin/django-admin.py
+1
-1
manage.py-tpl
django/conf/project_template/manage.py-tpl
+1
-1
compress.py
django/contrib/admin/bin/compress.py
+1
-1
advanced.txt
docs/topics/testing/advanced.txt
+1
-1
manage_translations.py
scripts/manage_translations.py
+1
-1
manage.py
tests/i18n/sampleproject/manage.py
+1
-1
update_catalogs.py
tests/i18n/sampleproject/update_catalogs.py
+1
-1
runtests.py
tests/runtests.py
+1
-1
No files found.
django/bin/django-admin.py
Dosyayı görüntüle @
784a53be
#!/usr/bin/env python
3
#!/usr/bin/env python
from
django.core
import
management
from
django.core
import
management
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
...
...
django/conf/project_template/manage.py-tpl
Dosyayı görüntüle @
784a53be
#!/usr/bin/env python
3
#!/usr/bin/env python
import
os
import
os
import
sys
import
sys
...
...
django/contrib/admin/bin/compress.py
Dosyayı görüntüle @
784a53be
#!/usr/bin/env python
3
#!/usr/bin/env python
import
argparse
import
argparse
import
os
import
os
import
subprocess
import
subprocess
...
...
docs/topics/testing/advanced.txt
Dosyayı görüntüle @
784a53be
...
@@ -333,7 +333,7 @@ Let's take a look inside a couple of those files:
...
@@ -333,7 +333,7 @@ Let's take a look inside a couple of those files:
.. snippet::
.. snippet::
:filename: runtests.py
:filename: runtests.py
#!/usr/bin/env python
3
#!/usr/bin/env python
import os
import os
import sys
import sys
...
...
scripts/manage_translations.py
Dosyayı görüntüle @
784a53be
#!/usr/bin/env python
3
#!/usr/bin/env python
#
#
# This python file contains utility scripts to manage Django translations.
# This python file contains utility scripts to manage Django translations.
# It has to be run inside the django git root directory.
# It has to be run inside the django git root directory.
...
...
tests/i18n/sampleproject/manage.py
Dosyayı görüntüle @
784a53be
#!/usr/bin/env python
3
#!/usr/bin/env python
import
os
import
os
import
sys
import
sys
...
...
tests/i18n/sampleproject/update_catalogs.py
Dosyayı görüntüle @
784a53be
#!/usr/bin/env python
3
#!/usr/bin/env python
"""
"""
Helper script to update sampleproject's translation catalogs.
Helper script to update sampleproject's translation catalogs.
...
...
tests/runtests.py
Dosyayı görüntüle @
784a53be
#!/usr/bin/env python
3
#!/usr/bin/env python
import
argparse
import
argparse
import
atexit
import
atexit
import
copy
import
copy
...
...
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