updates the ghuser on login
This commit is contained in:
parent
603c29c8b4
commit
055e10b97e
9 changed files with 166 additions and 62 deletions
7
githubnetwork/admin.py
Normal file
7
githubnetwork/admin.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from django.contrib import admin
|
||||
from githubnetwork.models import GHUser, Repo
|
||||
|
||||
|
||||
admin.site.register(GHUser)
|
||||
admin.site.register(Repo)
|
Loading…
Add table
Add a link
Reference in a new issue