This is such a noob question, but I have an issue with my test database.
I asked the question about a database error I have here.
I now think that if I drop the database and then re-create it, the issue that I have will be resolved.
I am running python 2.7, django 1.7 & postgressql 9.4.
How do I 'delete' the database and then recreate it?
I am unsure if I should drop the entire database from the pgAdmin console and then run migrations. I am unsure because if I do this and it it incorrect, I am not sure what to do next to recover.
I have done a data dump. I have all my migrations in place.