mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Use leaflet for handling of locations in django admin
This commit is contained in:
parent
1fc262a530
commit
166d586fc2
15 changed files with 95 additions and 4 deletions
|
@ -9,5 +9,6 @@ urlpatterns = [
|
|||
path('semesters/', include('semesters.urls')),
|
||||
path('subjects/', include('subjects.urls')),
|
||||
path('study_groups/', include('study_groups.urls')),
|
||||
path('messages/', include('studygroup_messages.urls'))
|
||||
path('messages/', include('studygroup_messages.urls')),
|
||||
path('landmarks/', include('landmarks.urls')),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue