mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Add Settings page: Move theme & lang changer to settings page
This commit is contained in:
parent
7409c197ed
commit
2d5c701789
16 changed files with 279 additions and 60 deletions
5
appsettings/apps.py
Normal file
5
appsettings/apps.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AppsettingsConfig(AppConfig):
|
||||
name = 'appsettings'
|
||||
Loading…
Add table
Add a link
Reference in a new issue