Skip to content

Django REST project to manage backend logic of kalia (event manager)

Notifications You must be signed in to change notification settings

renatochavezur/kalia-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalia API

This is a Django REST project to manage backend of kalia

Commands

Make Migrations

python manage.py makemigrations

Create Superuser

python manage.py createsuperuser

Run Migrations

python manage.py migrate

Run Migrations on deployed stage

zappa manage dev migrate

Run in local

python manage.py runserver

Invoke zappa function

zappa invoke production 'my_app.my_function'

Invoke raw zappa function

zappa invoke production "print(1 + 2 + 3)" --raw

Install requirements

pip install -r requirements.txt

About

Django REST project to manage backend logic of kalia (event manager)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages