Skip to content

klasa.lokalni.pl - backend server

License

Notifications You must be signed in to change notification settings

fcqpl/kl-backend

 
 

Repository files navigation

kl-backend

klasa.lokalni.pl - backend server

Requests

After start app is available at localhost:8000

Try these:

Common ops

Start app

docker-compose up

Make migrations

docker-compose run --rm kl-backend python manage.py makemigrations <app_name like kl_conferences>

Django Admin

Open http://localhost:8000/admin, log in with admin/admin credentials.

About

klasa.lokalni.pl - backend server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.9%
  • Vue 23.7%
  • JavaScript 8.4%
  • HTML 1.4%
  • Dockerfile 1.2%
  • Makefile 0.7%
  • Shell 0.7%