Add twitter site app
This commit is contained in:
parent
a0352e2b7c
commit
ba43e527c9
3 changed files with 8 additions and 4 deletions
0
archivist/apps/sites/twitter/__init__.py
Normal file
0
archivist/apps/sites/twitter/__init__.py
Normal file
7
archivist/apps/sites/twitter/config.py
Normal file
7
archivist/apps/sites/twitter/config.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AppsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'twitter'
|
||||
label = 'twitter'
|
|
@ -63,7 +63,4 @@
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
|
Loading…
Reference in a new issue