You can replace ``helloworld`` with your desired project name.
## Contributing
## Deployment to Heroku
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
$ git init
$ git add -A
$ git commit -m "Initial commit"
## Versioning
$ heroku create
$ git push heroku master
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/aahelper/aahelper/tags).
$ heroku run python manage.py migrate
## Authors
See also, a [ready-made application](https://github.com/heroku/python-getting-started), ready to deploy.