Initial commit

This commit is contained in:
Harry Bridge
2018-02-28 16:09:34 +00:00
commit 6072072b61
4 changed files with 11 additions and 0 deletions

0
__init__.py Normal file
View File

5
apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class AssetsConfig(AppConfig):
name = 'assets'

3
tests.py Normal file
View File

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

3
views.py Normal file
View File

@@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.