hovel / pybbm

Django forum solution. Tested, documented, shipped with example project.
BSD 2-Clause "Simplified" License
225 stars 151 forks source link

database creation failed #59

Closed aprasad1993 closed 11 years ago

aprasad1993 commented 11 years ago

Anurags-MacBook-Pro:pybbm_org-master anurag_prasad$ sudo -u postgres createdb -O pybbm django; could not identify current directory: Permission denied Password: createdb: database creation failed: ERROR: role "pybbm" does not exist

GeyseR commented 11 years ago

Are you sure that this is pybbm issue? It looks like issue in local environment or database setup issue.

aprasad1993 commented 11 years ago

I dont know. Actually I am a beginner trying to make a forum. Please help me out with this.

On Thu, Feb 21, 2013 at 12:42 PM, Sergey Fursov notifications@github.comwrote:

Are you sure that this is pybbm issue? It looks like issue in local environment or database setup issue.

— Reply to this email directly or view it on GitHubhttps://github.com/hovel/pybbm/issues/59#issuecomment-13876131.

Anurag Prasad Birla Institute of Technology & Science, Pilani Pilani Campus Pilani, India. 333 031 Mobile: +91 - 9001250705 E.mail: f2011858@pilani.bits-pilani.ac.in www.bits-pilani.ac.in

zeus commented 11 years ago

this is not pybbm related issue, read posgres documentation for CREATE DATABASE query.