This website requires JavaScript.
Explore
Help
Sign in
keannu125
/
StudE-Backend
Watch
1
Star
0
Fork
You've already forked StudE-Backend
0
mirror of
https://github.com/lemeow125/StudE-Backend.git
synced
2024-11-17 14:29:25 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4a96774ba8
StudE-Backend
/
stude
/
courses
/
admin.py
6 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
Add course model
2023-06-27 14:16:40 +08:00
from
django
.
contrib
import
admin
Moved subject course associative entity to subjects app
2023-07-10 17:35:54 +08:00
from
.
models
import
Course
Add course model
2023-06-27 14:16:40 +08:00
admin
.
site
.
register
(
Course
)
Reference in a new issue
Copy permalink