Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django2-project-template
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
django2-project-template
Commits
1b3799bf
Unverified
Kaydet (Commit)
1b3799bf
authored
Ock 25, 2018
tarafından
Uğur Özyılmazel
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixing: Missing __all__ in admin
üst
79a9400f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+3
-3
basemodel.py
...aseapp/management/template_structures/admins/basemodel.py
+1
-1
django.py
...s/baseapp/management/template_structures/admins/django.py
+1
-1
softdelete.py
...seapp/management/template_structures/admins/softdelete.py
+1
-1
No files found.
README.md
Dosyayı görüntüle @
1b3799bf
![
Django
](
https://img.shields.io/badge/django-2.0.1-green.svg
)
![
Version
](
https://img.shields.io/badge/version-0.1.
0
-yellow.svg
)
![
Version
](
https://img.shields.io/badge/version-0.1.
1
-yellow.svg
)
# Django Project Starter Template
...
...
@@ -811,7 +811,7 @@ from ..models import Post
__all__
=
[
'Post'
,
'Post
Admin
'
,
]
...
...
@@ -1361,7 +1361,7 @@ from ..models import Post
__all__
=
[
'Post'
,
'Post
Admin
'
,
]
...
...
applications/baseapp/management/template_structures/admins/basemodel.py
Dosyayı görüntüle @
1b3799bf
...
...
@@ -6,7 +6,7 @@ from ..models import {model_name}
__all__ = [
'{model_name}',
'{model_name}
Admin
',
]
...
...
applications/baseapp/management/template_structures/admins/django.py
Dosyayı görüntüle @
1b3799bf
...
...
@@ -4,7 +4,7 @@ from ..models import {model_name}
__all__ = [
'{model_name}',
'{model_name}
Admin
',
]
...
...
applications/baseapp/management/template_structures/admins/softdelete.py
Dosyayı görüntüle @
1b3799bf
...
...
@@ -6,7 +6,7 @@ from ..models import {model_name}
__all__ = [
'{model_name}',
'{model_name}
Admin
',
]
...
...
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