1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

inital commit

This commit is contained in:
grillazz
2017-04-04 12:34:01 +02:00
parent 01ed636318
commit 28a6d39591
19 changed files with 620 additions and 0 deletions

View File

@ -0,0 +1,5 @@
from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'