A cookiecutter template for website/webshop.
Work-in-progress template for a website/webshop with these intentions:
It uses a fixed set of versions as requirements, making sure that at least the dependencies that are listed, work well together.
First, get cookiecutter. Trust me, it's awesome:
$ pip install cookiecutter
Now run it against this repo, after creating a virtualenv:
$ cd <your-workspace> $ cookiecutter https://github.com/rubinoske/cookiecutter-bwmc.git
You'll be prompted for some questions, answer them, then it will create a project for you.
Now, it's time to start writing some code!!!
This is what I want. It might not be what you want. Don't worry, you have options:
If you have differences in your preferred setup, I encourage you to fork this to create your own version. Once you have your fork working, let me know and I'll add it to a 'Similar Cookiecutter Templates' list here. It's up to you whether or not to rename your fork.
If you do rename your fork, I encourage you to submit it to the following places:
- cookiecutter so it gets listed in the README as a template.
I also accept pull requests on this, if they're small, atomic, and if they make my own project development experience better.