Skip to content

wilcoln/klazor-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production

Heroku deployment

heroku config:set DISABLE_COLLECTSTATIC=1
heroku run python manage.py migrate
heroku run python manage.py loaddata folders.json
heroku run python manage.py createsuperuser

Development

Local installation

git clone git@github.com:wilcoln/klazor.git
cd klazor
npm install
pip install -r requirements.txt

Local setup

You need to create a database and then specify it in the settings.py file as well as the database user credentials.

NB: we recommend the use of "klazor" as the name of your database.

After that you have to run the following:

python manage.py migrate
python manage.py loaddata folders.json
python manage.py createsuperuser

Local run

python manage.py runserver

About

Klazor for heroku free deployment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published