generated from BuildForSDG/python-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from BuildForSDG/ft-locationapp
Ft locationapp
- Loading branch information
Showing
47 changed files
with
26,803 additions
and
2 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
from django.contrib import admin | ||
from .models import * | ||
|
||
|
||
# Register your models here. | ||
|
||
admin.site.register(State) | ||
admin.site.register(LGA) | ||
admin.site.register(Hotel) | ||
admin.site.register(Hospital) | ||
admin.site.register(FRSC) | ||
admin.site.register(PoliceStation) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from django.apps import AppConfig | ||
|
||
|
||
class ZoitappConfig(AppConfig): | ||
name = 'Zoitapp' |
Oops, something went wrong.