Intranet app
This commit is contained in:
parent
faef1e2caa
commit
9454d8de46
13 changed files with 820 additions and 1 deletions
5
intranet/apps.py
Normal file
5
intranet/apps.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class IntranetConfig(AppConfig):
|
||||
name = 'intranet'
|
||||
Loading…
Add table
Add a link
Reference in a new issue