marcofucci / cookiecutter-simple-django

A cookiecutter template for creating reusable Django projects quickly.
BSD 3-Clause "New" or "Revised" License
102 stars 53 forks source link

option to use sqlite3 in local enviroment #14

Closed mgaitan closed 7 years ago

mgaitan commented 8 years ago

most of the time I just need a ready to go config based on sqlite3, as the standard django-admin's startproject command creates.