This website works better with JavaScript.
Home
Explore
Help
Sign In
klafyvel
/
site_tps
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100
Commits
1
Branch
0
Tags
906 KiB
Python
71.1%
HTML
24.7%
Shell
4.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
site_tps
/
settings
/
admin.py
5 lines
102 B
Raw
Permalink
Blame
History
from
django
.
contrib
import
admin
from
.
models
import
SiteSettings
admin
.
site
.
register
(
SiteSettings
)
Reference in new issue