This readme has been autogenerated
- Django >= 1.8
- Postgres >= 9.5
- Python >=3.4
You can deploy directly to heroku using the swiftwind-heroku repository:
You can also deploy Swiftwind within you own Django project. Good examples of this are the example_project within this directory, and the separate swiftwind-heroku project.
Once installed you will need to run the following manage.py
commands:
./manage.py migrate ./manage.py createsuperuser ./manage.py swiftwind_create_accounts
Swiftwind can be run using docker-compose. This will also provide the Postgres database server for you:
docker-compose run app ./manage.py migrate docker-compose up
Developed by Adam Charnock. I'm a freelance developer, so do get in touch if you have a project.
swiftwind is packaged using seed.