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
4697bee70f
StudE-Backend
/
stude
/
subjects
/
admin.py
5 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
Further polishing for subjects
2023-06-27 18:15:31 +08:00
from
django
.
contrib
import
admin
Major overhaul to subject model and serializers
2023-07-26 23:32:03 +08:00
from
.
models
import
Subject
Further polishing for subjects
2023-06-27 18:15:31 +08:00
Overhauled the entire subjects app to be more simplified and to remove anomalies when filtering in queries
2023-07-26 12:14:19 +08:00
admin
.
site
.
register
(
Subject
)
Reference in a new issue
Copy permalink