mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Add basics of eboutic, still need to implement the ET API to get bank payment
This commit is contained in:
6
eboutic/admin.py
Normal file
6
eboutic/admin.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from eboutic.models import *
|
||||
|
||||
admin.site.register(Basket)
|
||||
admin.site.register(Invoice)
|
Reference in New Issue
Block a user