1.1.9 • Published 3 years ago

@sftwr/create-django-rest-app v1.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Run the following commands to get started

django-rest-tools:


cd django-rest-tools
poetry env use python3.8
poetry install
poetry run migrate
poetry run python manage.py createsuperuser
poetry run dev

django-rest-main: (in new terminal)


cd test/django-rest
poetry env use python3.8
poetry install
poetry run migrate
poetry run python manage.py createsuperuser
poetry run dev

django-rest-vue-frontend: (in new terminal)


cd test/vue
npm install
npm run dev
1.1.9

3 years ago

1.1.8

3 years ago