8000 GitHub - lumastories/hansel-api: A backend API for use with the hansel iOS App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lumastories/hansel-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hansel-api

A backend API for use with the hansel iOS App

To develop locally:

  • Make sure you have python3 and venv package.
  • echo $'PRODUCTION = False\nTOP_SECRET_KEY="092h30f9hw0ihsofjsoif4ijfpij2"' > api/ignored.py
  • pyvenev env
  • source env/bin/activate
  • pip install -r requirements.txt
  • ./manage.py migrate
  • ./manage.py createsuperuser
  • ./manage.py runserver

Read the restless docs.

About

A backend API for use with the hansel iOS App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0