Template for creating packages.
- Click
Use this Templateon GitHub - Fill out your project name accordingly
- Clone your repository
- Run
initalize.py
If working with Celery, you need to do three things.
- Uncomment line 1 in
test/app/__init__.py - Uncomment line 4 in
test/app/settings.py cp test/app/celery.py.example test/app/celery.py
- Rewrite this
README.md - Generate a documentation folder
sphinx quickstart - Enable Travis on Github and
mv .travis.yml.example .travis.yml(don't forget to changedjango_package_template) - Travis will test your application, given that you have proper Django tests
- Add required packages in
setup.py
- Delete
initailize.py