start to restructure the project tree

This commit is contained in:
bkfox
2015-12-01 16:16:45 +01:00
parent cc5c53281e
commit 380efcbbcd
64 changed files with 68 additions and 819 deletions

View File

@ -1,5 +1,5 @@
import autocomplete_light.shortcuts as al
from aircox_programs.models import *
from aircox.programs.models import *
from taggit.models import Tag
al.register(Tag)