process of installation
git clone https://github.com/seriadiallo/django_react.git
cd django_react
virtualenv venv
source venv\bin\activate #!--- Ubuntu
venv\Scripts\activate #!--- Windows
pip install -r requirements.txt
- create a database (postgres, mysql, oracle...)
- create a file named settings.ini at the root of the project
- copy information from settings.example.ini and change information there according to your database and your generated key
then
python manage.py migrate
python manage.py seed customers 15
python manage.py runserver
yarn or yarn install
yarn start