-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mikhail edited this page Oct 12, 2019
·
5 revisions
ATC API is quite easy to use. Once you have all the data uploaded, you can make new entities in few steps:
- Go to page http://127.0.0.1:8000/admin/atc/ ( you should create superuser first. manage.py createsuperuser can help )
- Click "Add" there
- Use built-in forms
This is how it looks like
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
Export your data, use admin panel and have fun!