mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-25 08:46:17 +00:00
add routing templates model and initial migration
This commit is contained in:
6
routing_templates/apps.py
Normal file
6
routing_templates/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class RoutingTemplatesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'routing_templates'
|
||||
Reference in New Issue
Block a user