Initial Commit
This commit is contained in:
commit
715224653d
58 changed files with 7760 additions and 0 deletions
7
gurps_character/admin.py
Normal file
7
gurps_character/admin.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
from .models import GURPSCharacter, GameSystem
|
||||
|
||||
admin.site.register(GURPSCharacter)
|
||||
admin.site.register(GameSystem)
|
||||
Loading…
Add table
Add a link
Reference in a new issue