wip initial django setup

This commit is contained in:
Nick Sweeting 2019-04-02 16:36:41 -04:00
parent 03f300d050
commit 27708152d2
36 changed files with 257 additions and 59 deletions

5
archivebox/core/apps.py Normal file
View file

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