cirlabs / django-project-template

A collection of development tasks and optimizations aimed at anyone doing news application development on tight deadlines in Django.
17 stars 10 forks source link

Createdb and adding PostGIS extension fails on fab bootstrap #104

Closed esagara closed 8 years ago

esagara commented 8 years ago

Running fab bootstrap on my machine raises the following error: FATAL: role "root" does not exist. Possibly need to rewrite the createdb command here.

esagara commented 8 years ago

Nevermind, this is solved if you work inside a virtual environment (which I should have been doing to begin with). Perhaps an update to docs? Creating a new issue for this.