mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-08 16:09:40 +00:00
Initial commit
This commit is contained in:
0
__init__.py
Normal file
0
__init__.py
Normal file
5
apps.py
Normal file
5
apps.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
|
class AssetsConfig(AppConfig):
|
||||||
|
name = 'assets'
|
||||||
3
tests.py
Normal file
3
tests.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
from django.test import TestCase
|
||||||
|
|
||||||
|
# Create your tests here.
|
||||||
Reference in New Issue
Block a user