Adding the core applications code to the repository
This commit is contained in:
10
maraudes/apps.py
Normal file
10
maraudes/apps.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class Config(AppConfig):
|
||||
name = 'maraudes'
|
||||
|
||||
index_url = "/maraudes/"
|
||||
|
||||
def get_index_url(self):
|
||||
return "/maraudes/"
|
||||
Reference in New Issue
Block a user