Forums

Django: 2 domains, one database

To my understanding in pa one account uses one mysql / progess database but can have multiple domains, i.e. multiple django projects. Are their any caveats with this? E.g.

  • Every project will use django.contrib.auth that creates the table User. Any problem?
  • Two projects may have an application called app. Any problem?

You can create multiple databases (and it's rather considered a good practice to have different databases for different web apps). To have two webapps / to use postgres you'd need a paid account.