Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iMi-market

Project Setup

Clone repo

git clone https://github.com/iMi-groups/imi-market-api.git
cd imi-market-api

Setting up virtuelenv

virtualenv venv

Windows

venv\Scripts\activate

Linux

source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Collect static files

python manage.py collectstatic | python3 manage.py collectstatic

Apply Migrations

python manage.py makemigrations

Apply All database changes

python manage.py migrate

Create Admin Account

python manage.py createsuperuser

Run server

python manage.py runserver | python manage.py runserver your_ip_addres:8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages