- Clone this repository: using
git clone
. cd
into project root dir.- Create a new virtualenv called
env
:virtualenv env
. - Active virtualenv::
source env/bin/activate
. - Install requirements by:
pip install -r requirements.txt
. - Create db: using
python manage.py makemigrations
andpython manage.py migrate
- Run program:
python manage.py runserver
. - Run test:
python manage.py test order_inventory_simple.apps.inventories
andpython manage.py test order_inventory_simple.apps.orders
. - Check urls:
python manage.py show_urls
.
-
Notifications
You must be signed in to change notification settings - Fork 0
DavidMaximaWang/orderSimple
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published