Removed username from login page

This commit is contained in:
teras
2017-10-07 13:32:32 +03:00
parent 9340d5649c
commit e3395c5e6d
2 changed files with 4 additions and 1 deletions

4
challenges/admin.py Normal file
View File

@@ -0,0 +1,4 @@
from django.contrib import admin
from challenges.models import *
admin.site.register(Challenge)