Skip to content

Commit

Permalink
Undo irrelevant commenting out
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Dec 9, 2024
1 parent b880b77 commit bfbdfa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.slug}}/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main(argv):
frontpack = install_frontend_packages()
db, create_db = prepare_db()
migrate = superuser = False
# db, grant_db = access_db(db)
db, grant_db = access_db(db)
if db and backpack:
migrate = run_migrations()
if migrate:
Expand All @@ -98,7 +98,7 @@ def main(argv):
if not (pip_tools and backpack and frontpack and funcpack): print(install_all_packages)
if not db:
print(create_db)
# print(grant_db)
print(grant_db)
if not migrate: print(run_migrations)
if not superuser: print(create_superuser)
if not main_branch: print(track_main)
Expand Down

0 comments on commit bfbdfa8

Please sign in to comment.