Skip to content

openEDU-Labs/openEDU-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openEDU-backend

This is the backend application for the website.

This tutorial is pretty great for learning Django in general https://docs.djangoproject.com/en/1.8/intro/tutorial01/

This one is pretty great for learning Heroku https://devcenter.heroku.com/articles/getting-started-with-django

The general procedure to get things running is:

  1. Install Heroku toolbelt

  2. Clone this repository into some directory

  3. Make your changes and push back, it will automatically be deployed, don't screw anything up because that makes actual changes!!

To run locally, you need to:

  1. be running in a virtual env "virtualenv venv" "source venv/bin/activate"

  2. call "heroku pg:pull open-edu::database drkhcv6ebttof"

  3. call "python manage.py migrate"

  4. call "python manage.py runserver"

  5. view whatever changes you made

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors