/redjango

React & Django Starter Stack in one server

Primary LanguagePythonMIT LicenseMIT

redjango

python manage.py build
python manage.py collectstatic
python manage.py migrate
pythom manage.py createsuperuser
python manage.py runserver
python manage.py update

build: Build the react with correct base variable. update: Synchronize React and Django when changes are made to React.