git.ithinksw.org
/
philo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
All of my work from commits: dd4a194, 692644a, 4a60203, 5de46bc, 152042d, 64a2d4e...
[philo.git]
/
contrib
/
gilbert
/
admin.py
1
from django.contrib.admin import site
2
from .models import UserPreferences
3
4
site.register(UserPreferences)