Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (26 loc) · 659 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 659 Bytes

dj-super-rentals

Deploy

A simple app to demonstrate how to integrate Django & Ember.

Based on: https://guides.emberjs.com/release/tutorial/ember-cli/.

Requirements

Installation

$ cp .env.example .env
$ pipenv install --dev
$ nvm install
$ pipenv run honcho run python manage.py migrate

Local development

$ pipenv shell
$ nvm use
$ honcho start -f Procfile.dev

Run Linters & Tests

$ honcho run npm test