I’m starting my first Django project, and I’m required to download the first plugin for connecting to the database.
Where should this plugin be placed inside my django install?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It shouldn’t.
You haven’t really explained your question very well, but it seems like you’re asking about the Python libraries to connect to MySQL or PostgresQL. These are not Django plugins, they’re Python libraries. And they don’t require ‘placing’ inside the Django install – they require installing on your machine. When you download one, it should include a setup script that will install itself as necessary.