1
Fork 0
This commit is contained in:
Jake Howard 2015-11-23 18:50:14 +00:00
parent 4c409195a0
commit 75a98a2545
7 changed files with 5 additions and 17 deletions

View file

@ -1,3 +0,0 @@
from django.db import models
# Create your models here.

View file

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.

View file

@ -1,3 +0,0 @@
# from django.test import TestCase
# Create your tests here.

View file

@ -12,7 +12,6 @@ class IndexView(TemplateView):
return context
class NoJavascriptView(TemplateView):
template_name = 'core/no-js.html'

View file

@ -10,9 +10,7 @@ For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.8/ref/settings/
"""
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
import dj_database_url
import os
import sys
import dj_database_url, os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))