Skip to content
Mikhail edited this page Oct 12, 2019 · 5 revisions

Admin

ATC API is quite easy to use. Once you have all the data uploaded, you can make new entities in few steps:

  1. Go to page http://127.0.0.1:8000/admin/atc/ ( you should create superuser first. manage.py createsuperuser can help )
  2. Click "Add" there
  3. Use built-in forms

This is how it looks like

Data

To upload your data you should use scripts from "scripts" folder. Copy-paste them into scripts directory inside ATC repo and launch them ( maybe one will have to launch them from inside ATC/scripts/ directory as well ). They are in WIP status, though

How to work

Export your data, use admin panel and have fun!

Clone this wiki locally