1.1.9 • Published 10 months ago

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

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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

10 months ago

1.1.8

10 months ago