Rename app

This commit is contained in:
Ludovic Stephan 2020-11-20 17:45:15 +01:00
parent e9fa92e6e5
commit 38251ba37e
9 changed files with 56 additions and 12 deletions

5
elections/apps.py Normal file
View file

@ -0,0 +1,5 @@
from django.apps import AppConfig
class ElectionsConfig(AppConfig):
name = "elections"