Parcourir la source

Move tests to seperate folder

Thomas Adamcik il y a 14 ans
Parent
commit
d0ba46c5c5
4 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 0 0
      tests/__init__.py
  2. 0 0
      tests/models.py
  3. 8 0
      tests/settings.py
  4. 0 0
      tests/urls.py

+ 0 - 0
tests/__init__.py


netfields/models.py → tests/models.py


+ 8 - 0
tests/settings.py

@@ -0,0 +1,8 @@
+DATABASES = {
+    'default': {
+        'ENGINE': 'django.db.backends.sqlite3',
+        'NAME': 'netfields'
+    }
+}
+
+INSTALLED_APPS = ('tests',)

+ 0 - 0
tests/urls.py