summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/django/conf/app_template
diff options
context:
space:
mode:
authorcoderick142017-05-17 15:40:18 +0530
committercoderick142017-05-17 15:41:00 +0530
commita1e0a5502f04da68b6a9ca8508dda3f9d7e1d055 (patch)
tree20181e6b1936f50ad48d8e35720d64a37566f558 /lib/python2.7/site-packages/django/conf/app_template
parent6f4a84c1e58ff4d54aab94cbee26e995328b05b8 (diff)
downloadSBHS-2018-Rpi-a1e0a5502f04da68b6a9ca8508dda3f9d7e1d055.tar.gz
SBHS-2018-Rpi-a1e0a5502f04da68b6a9ca8508dda3f9d7e1d055.tar.bz2
SBHS-2018-Rpi-a1e0a5502f04da68b6a9ca8508dda3f9d7e1d055.zip
Upgrade to Django 1.11
- Database integration yet to be tested
Diffstat (limited to 'lib/python2.7/site-packages/django/conf/app_template')
-rw-r--r--lib/python2.7/site-packages/django/conf/app_template/__init__.py0
-rw-r--r--lib/python2.7/site-packages/django/conf/app_template/admin.py3
-rw-r--r--lib/python2.7/site-packages/django/conf/app_template/models.py3
-rw-r--r--lib/python2.7/site-packages/django/conf/app_template/tests.py3
-rw-r--r--lib/python2.7/site-packages/django/conf/app_template/views.py3
5 files changed, 0 insertions, 12 deletions
diff --git a/lib/python2.7/site-packages/django/conf/app_template/__init__.py b/lib/python2.7/site-packages/django/conf/app_template/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/lib/python2.7/site-packages/django/conf/app_template/__init__.py
+++ /dev/null
diff --git a/lib/python2.7/site-packages/django/conf/app_template/admin.py b/lib/python2.7/site-packages/django/conf/app_template/admin.py
deleted file mode 100644
index 8c38f3f..0000000
--- a/lib/python2.7/site-packages/django/conf/app_template/admin.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/lib/python2.7/site-packages/django/conf/app_template/models.py b/lib/python2.7/site-packages/django/conf/app_template/models.py
deleted file mode 100644
index 71a8362..0000000
--- a/lib/python2.7/site-packages/django/conf/app_template/models.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/lib/python2.7/site-packages/django/conf/app_template/tests.py b/lib/python2.7/site-packages/django/conf/app_template/tests.py
deleted file mode 100644
index 7ce503c..0000000
--- a/lib/python2.7/site-packages/django/conf/app_template/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.
diff --git a/lib/python2.7/site-packages/django/conf/app_template/views.py b/lib/python2.7/site-packages/django/conf/app_template/views.py
deleted file mode 100644
index 91ea44a..0000000
--- a/lib/python2.7/site-packages/django/conf/app_template/views.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.shortcuts import render
-
-# Create your views here.