1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Added permission app

This commit is contained in:
Benjamin Graillot
2019-09-18 14:26:42 +02:00
parent 2a2e78f83f
commit 67d1d9f7b7
9 changed files with 182 additions and 0 deletions

5
apps/permission/apps.py Normal file
View File

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