Add twitter site app

This commit is contained in:
Aroy-Art 2024-12-30 22:56:30 +01:00
parent a0352e2b7c
commit ba43e527c9
Signed by: Aroy
GPG key ID: 583642324A1D2070
3 changed files with 8 additions and 4 deletions

View file

View file

@ -0,0 +1,7 @@
from django.apps import AppConfig
class AppsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'twitter'
label = 'twitter'

View file

@ -63,7 +63,4 @@
</div> </div>
{% endblock content %} {% endblock content %}