This website requires JavaScript.
Explore
Help
Register
Sign In
task-17-lct
/
backend
Watch
1
Star
0
Fork
0
You've already forked backend
mirror of
https://github.com/task-17-lct/backend.git
synced
2024-11-15 10:26:34 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
870904be8b
backend
/
passfinder
/
events
/
admin.py
4 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
added data
2023-05-18 22:43:35 +03:00
from
django
.
contrib
import
admin
add museums and attractions
2023-05-24 17:58:51 +03:00
from
.
models
import
Hotel
added data
2023-05-18 22:43:35 +03:00
add museums and attractions
2023-05-24 17:58:51 +03:00
admin
.
site
.
register
(
[
Hotel
]
)
Reference in New Issue
Copy Permalink