Initial commit

This commit is contained in:
2018-04-16 09:03:51 +01:00
commit 9e4a35ce98
24 changed files with 230 additions and 0 deletions

5
eve_auth/apps.py Normal file
View File

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