Rename app
This commit is contained in:
parent
e9fa92e6e5
commit
38251ba37e
9 changed files with 56 additions and 12 deletions
5
elections/apps.py
Normal file
5
elections/apps.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ElectionsConfig(AppConfig):
|
||||
name = "elections"
|
Loading…
Add table
Add a link
Reference in a new issue