mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
Added admin application
- Manage users - Manage groups - Manage logs
This commit is contained in:
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'
|
||||
Reference in New Issue
Block a user