mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-31 10:49:37 +02:00
feat: Add achievements app with models, admin, and management command for seeding data
This commit is contained in:
parent
e93909e7ea
commit
a00d2abe0d
12 changed files with 160 additions and 0 deletions
6
backend/server/achievements/apps.py
Normal file
6
backend/server/achievements/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AchievementsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'achievements'
|
Loading…
Add table
Add a link
Reference in a new issue