This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
v20
- π¨ Be consistent in looking for a Makefile/Rakefile
- π¨ Handle different kinds of local server
- π₯ Remove the setup-dotenv script
- β¨ Handle the preparing and updating of the DB in Django
- βοΈ Make note of *.localhost instead of *.dev
- π₯ Don't automatically run setup when getting a project
- π§ Tidy up the exported variables when generating an nginx conf
- π§ Check for a valid db name, and don't drop the existing db
- π§ Create the database as part of the setup process
- π§ Only create the database if it doesn't exist already
- β¨ Generate the nginx server configuration during setup