mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-23 04:14:27 +02:00
import user_manager and accounts from project wireguard_webadmin
This commit is contained in:
parent
757fa6a1e1
commit
c104a12df0
28 changed files with 618 additions and 4 deletions
6
user_manager/apps.py
Normal file
6
user_manager/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class UserManagerConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'user_manager'
|
Loading…
Add table
Add a link
Reference in a new issue