created template for member registy app

This commit is contained in:
okalintu
2016-05-30 19:23:00 +03:00
parent 33f87ff87b
commit 16fc5bd58a
10 changed files with 28 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.apps import AppConfig
class MembersConfig(AppConfig):
name = 'members'