Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

v20

Compare
Choose a tag to compare
@jamieconnolly jamieconnolly released this 21 Nov 12:12
· 152 commits to master since this release
  • πŸ”¨ 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