Skip to content
/ untitled Public

As-yet untitled Angular/Django-rest-framework project for an as-yet undecided subject

Notifications You must be signed in to change notification settings

keubs/untitled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend setup

  • npm i
  • gulp

If you want a fresh db

  • delete db.sqlite3
  • python manage.py migrate
  • python manage.py makemigrations
  • python manage.py syncdb

To view the db

  • cd back
  • sqlite3 db.sqlite3
  • to display tables: .tables
  • to display headers: .headers on

Frontend setup

gulp dev

Misc.

  • You may want to add a hosts entry to point respondreact.com to 127.0.0.1. Otherwise, change the /front/js/constants.js ApiUrl field to your preferred url

About

As-yet untitled Angular/Django-rest-framework project for an as-yet undecided subject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published