feat(drupal): ajoute un embryon d'app drupal
This commit is contained in:
parent
1e8282d983
commit
f1e0ecf8f1
0
drupal2spip_lal/drupal/__init__.py
Normal file
0
drupal2spip_lal/drupal/__init__.py
Normal file
5
drupal2spip_lal/drupal/apps.py
Normal file
5
drupal2spip_lal/drupal/apps.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class DrupalConfig(AppConfig):
|
||||
name = 'drupal'
|
@ -86,7 +86,7 @@ DJANGO_APPS = [
|
||||
THIRD_PARTY_APPS = []
|
||||
|
||||
# Project applications
|
||||
LOCAL_APPS = ['drupal2spip_lal.base']
|
||||
LOCAL_APPS = ['drupal2spip_lal.base', 'drupal2spip_lal.drupal']
|
||||
|
||||
# https://docs.djangoproject.com/en/stable/ref/settings/#installed-apps
|
||||
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS
|
||||
|
Loading…
Reference in New Issue
Block a user