git clone 'https://github.com/ArchiveBox/abx-pkg'
cd abx-pkg
pip install -e . # install abx_pkg from source
cd django_example_project/ # then go into the demo project dir
./manage.py makemigrations # create any migrations if needed
./manage.py migrate # then run them to create the demo sqlite db
./manage.py createsuperuser # create an admin user to test out the UI
./manage.py runserver # then open http://127.0.0.1:8000/admin/django_example_project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||