Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup a PostgreSQL database for the website #7

Closed
2 tasks done
bazadactyl opened this issue May 31, 2017 · 0 comments
Closed
2 tasks done

Setup a PostgreSQL database for the website #7

bazadactyl opened this issue May 31, 2017 · 0 comments
Assignees
Labels
🌟feature New feature or request

Comments

@bazadactyl
Copy link
Member

bazadactyl commented May 31, 2017

When I initially set up Django (#5), I deferred the database setup and chose the default SQLite. Since SQLite is too lite for what we want to do in our database, we want to have Postgres. As an example, I'd like to use database triggers and a nice web interface like pgadmin, among other features not offered by SQLite.

This task will be deemed resolved when the following tasks are completed:

  • move from SQLite to Postgres in our Django project
  • figure out how to set up the Postgres on our server
@bazadactyl bazadactyl self-assigned this May 31, 2017
@bazadactyl bazadactyl added the 🌟feature New feature or request label May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant