Skip to content

Commit

Permalink
[#22] Create core_mobile module
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Sep 12, 2023
1 parent 011b771 commit 180755c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 0 deletions.
Empty file.
3 changes: 3 additions & 0 deletions backend/akvo/core_mobile/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# from django.contrib import admin

# Register your models here.
6 changes: 6 additions & 0 deletions backend/akvo/core_mobile/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from django.apps import AppConfig


class CoreMobileConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'core_mobile'
Empty file.
3 changes: 3 additions & 0 deletions backend/akvo/core_mobile/models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# from django.db import models

# Create your models here.
Empty file.
Empty file.
Empty file.

0 comments on commit 180755c

Please sign in to comment.