Initial commit

This commit is contained in:
tjp03u
2014-10-23 21:48:04 +01:00
commit f9826ba642
11 changed files with 134 additions and 0 deletions

0
RIGS/__init__.py Normal file
View File

3
RIGS/admin.py Normal file
View File

@@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

View File

3
RIGS/models.py Normal file
View File

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

3
RIGS/tests.py Normal file
View File

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

3
RIGS/views.py Normal file
View File

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