This website requires JavaScript.
Explore
Help
Sign in
binaryDiv
/
tofu
Archived
Watch
1
Star
0
Fork
You've already forked tofu
0
Code
Issues
15
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2019-11-11
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
develop
tofu
/
issues
/
admin.py
6 lines
88 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Initial project and app commit
2019-03-20 22:14:36 +01:00
from
django
.
contrib
import
admin
create projects app; move Project model to projects app; recreate migrations because moving the model caused problems o.o
2019-05-27 15:22:49 +02:00
from
.
models
import
Issue
add index view; add Project and Issue models
2019-03-20 23:35:33 +01:00
admin
.
site
.
register
(
Issue
)
Reference in a new issue
Copy permalink