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
40b87676
Kaydet (Commit)
40b87676
authored
Ara 27, 2013
tarafından
Aymeric Augustin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed a couple flake8 warnings.
üst
85270ef3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
apps.py
tests/apps/apps.py
+0
-2
tests.py
tests/apps/tests.py
+0
-1
No files found.
tests/apps/apps.py
Dosyayı görüntüle @
40b87676
...
@@ -23,5 +23,3 @@ class NotAConfig(object):
...
@@ -23,5 +23,3 @@ class NotAConfig(object):
class
NoSuchApp
(
AppConfig
):
class
NoSuchApp
(
AppConfig
):
name
=
'there is no such app'
name
=
'there is no such app'
tests/apps/tests.py
Dosyayı görüntüle @
40b87676
...
@@ -2,7 +2,6 @@ from __future__ import absolute_import, unicode_literals
...
@@ -2,7 +2,6 @@ from __future__ import absolute_import, unicode_literals
from
django.apps
import
apps
from
django.apps
import
apps
from
django.apps.registry
import
Apps
from
django.apps.registry
import
Apps
from
django.conf
import
settings
from
django.core.exceptions
import
ImproperlyConfigured
from
django.core.exceptions
import
ImproperlyConfigured
from
django.db
import
models
from
django.db
import
models
from
django.test
import
TestCase
,
override_settings
from
django.test
import
TestCase
,
override_settings
...
...
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