mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 05:46:34 +00:00
Added skeleton for 'build' app
This commit is contained in:
8
InvenTree/build/apps.py
Normal file
8
InvenTree/build/apps.py
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class BuildConfig(AppConfig):
|
||||
name = 'build'
|
Reference in New Issue
Block a user