rebelstuff

Keep track of your stuff
git clone https://git.ce9e.org/rebelstuff.git

commit
26170896a677f0258c27cff7b44621b0b970311d
parent
ee6e3739cb8e0ba90a285c56f8623bfff042f711
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-08-13 06:12
Gardening

Diffstat

M rebelstuff/admin.py 1 -
M rebelstuff/wsgi.py 2 --

2 files changed, 0 insertions, 3 deletions


diff --git a/rebelstuff/admin.py b/rebelstuff/admin.py

@@ -1,4 +1,3 @@
    1    -1 from django.conf import settings
    2     1 from django.contrib.auth.admin import UserAdmin
    3     2 from django.contrib.auth import models as auth_models
    4     3 from django.contrib import admin

diff --git a/rebelstuff/wsgi.py b/rebelstuff/wsgi.py

@@ -7,8 +7,6 @@ For more information on this file, see
    7     7 https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/
    8     8 """
    9     9 
   10    -1 import os
   11    -1 
   12    10 from django.core.wsgi import get_wsgi_application
   13    11 
   14    12 application = get_wsgi_application()