git.ithinksw.org
/
philo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Made a slight change to window position randomization; now only non-modal windows...
[philo.git]
/
contrib
/
gilbert
/
admin.py
1
from django.contrib.admin import site
2
from .models import UserPreferences
3
4
site.register(UserPreferences)