Rent app with Next.js and DRF
$ pipenv install
$ pipenv run python renta/manage.py migrate
$ pipenv run python renta/manage.py runserver
$ cd assets
$ npm install
$ npm run dev
Rent app with Next.js and DRF
$ pipenv install
$ pipenv run python renta/manage.py migrate
$ pipenv run python renta/manage.py runserver
$ cd assets
$ npm install
$ npm run dev