Skip to content

Commit

Permalink
Merge pull request #37 from BuildForSDG/ft-locationapp
Browse files Browse the repository at this point in the history
Ft locationapp
  • Loading branch information
happyjosh-tech authored Jun 12, 2020
2 parents 3427b76 + 28a6480 commit f8fcacd
Show file tree
Hide file tree
Showing 47 changed files with 26,803 additions and 2 deletions.
Empty file added src/.vscode-janus-debug
Empty file.
Empty file added src/Zoit/1.0.15
Empty file.
Empty file added src/Zoit/Zoitapp/__init__.py
Empty file.
12 changes: 12 additions & 0 deletions src/Zoit/Zoitapp/admin.py
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)
5 changes: 5 additions & 0 deletions src/Zoit/Zoitapp/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.apps import AppConfig


class ZoitappConfig(AppConfig):
name = 'Zoitapp'
Loading

0 comments on commit f8fcacd

Please sign in to comment.