mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 10:34:49 +00:00
Added admin application
- Manage users - Manage groups - Manage logs
This commit is contained in:
parent
c7e529a5fb
commit
690400e770
38 changed files with 931 additions and 737 deletions
5
admin/apps.py
Normal file
5
admin/apps.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AdminConfig(AppConfig):
|
||||
name = 'admin'
|
||||
Loading…
Add table
Add a link
Reference in a new issue