Django Databade

32 views
Skip to first unread message

official...@gmail.com

unread,
Jan 22, 2019, 9:06:27 AM1/22/19
to Django users
Guys please kindly advise me, what db is pleasant for django projects, been trying to use firebase with pyrebase but it is slow and not efficient.
Thanks.

Matthew Pava

unread,
Jan 22, 2019, 10:09:15 AM1/22/19
to django...@googlegroups.com
PostgreSQL is my preference. Stick with the built-in backends:
https://docs.djangoproject.com/en/2.1/ref/settings/#engine
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8041ecf4-ab38-4ce3-adf1-7341dc309195%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

RETAIL CYBER

unread,
Jan 22, 2019, 11:57:48 AM1/22/19
to django...@googlegroups.com
My thing is my vps has mysql so I don't use that is it all virtual db that's what I'm not understanding

RETAIL CYBER

unread,
Jan 22, 2019, 11:57:52 AM1/22/19
to django...@googlegroups.com
My thing is I'm trying to get it to my server I have vps most tutorials I see are in the view of someone running it on thier home system.
 

On Tue, Jan 22, 2019, 9:08 AM Matthew Pava <Matthe...@iss.com wrote:

Matthew Pava

unread,
Jan 22, 2019, 1:02:58 PM1/22/19
to django...@googlegroups.com

You can install PostgreSQL on your home system, if I understand your concern correctly.

omar ahmed

unread,
Jan 22, 2019, 5:44:57 PM1/22/19
to django...@googlegroups.com
Postgresql is the best db for Django projects

بتاريخ ٢٠١٩/٠١/٢٢ ٤:٠٧ م، كتب <official...@gmail.com>:
Guys please kindly advise me, what db is pleasant for django projects, been trying to use firebase with pyrebase but it is slow and not efficient.
Thanks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.

RETAIL CYBER

unread,
Jan 22, 2019, 8:30:27 PM1/22/19
to django...@googlegroups.com
When your using that db do u install it in your virtual environment. My vps  has mysql. 

On Tue, Jan 22, 2019, 4:45 PM omar ahmed <omark...@gmail.com wrote:
Postgresql is the best db for Django projects
بتاريخ ٢٠١٩/٠١/٢٢ ٤:٠٧ م، كتب <official...@gmail.com>:
Guys please kindly advise me, what db is pleasant for django projects, been trying to use firebase with pyrebase but it is slow and not efficient.
Thanks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

RETAIL CYBER

unread,
Jan 23, 2019, 2:00:37 AM1/23/19
to Django users
when installing on home system will this be like some time of virtual db system or should i use like pip to install into the django server? just like everything else? im looking to move to my main server I know my host has mysql?
please help me id be very appreciative. 


On Tuesday, January 22, 2019 at 12:02:58 PM UTC-6, Matthew Pava wrote:

You can install PostgreSQL on your home system, if I understand your concern correctly.

 

From: django...@googlegroups.com [mailto:django...@googlegroups.com] On Behalf Of RETAIL CYBER
Sent: Tuesday, January 22, 2019 10:43 AM
To: django...@googlegroups.com
Subject: Re: Django Databade

 

My thing is I'm trying to get it to my server I have vps most tutorials I see are in the view of someone running it on thier home system.

 

 

On Tue, Jan 22, 2019, 9:08 AM Matthew Pava <Matthe...@iss.com wrote:

PostgreSQL is my preference.  Stick with the built-in backends:
https://docs.djangoproject.com/en/2.1/ref/settings/#engine



-----Original Message-----
From: django...@googlegroups.com [mailto:django...@googlegroups.com] On Behalf Of official...@gmail.com
Sent: Tuesday, January 22, 2019 8:06 AM
To: Django users
Subject: Django Databade

Guys please kindly advise me, what db is pleasant for django projects, been trying to use firebase with pyrebase but it is slow and not efficient.
Thanks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

To post to this group, send email to djang...@googlegroups.com.


Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8041ecf4-ab38-4ce3-adf1-7341dc309195%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

To post to this group, send email to djang...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

To post to this group, send email to djang...@googlegroups.com.

Matthew Pava

unread,
Jan 23, 2019, 9:12:35 AM1/23/19
to django...@googlegroups.com

The database is just a separate application on your computer.

 

It is _not_ a Python package, so you can’t use pip  to install it.  If your host has MySQL and you can’t install PostgreSQL on it, then you might just want to make your life easier and install MySQL on your development computer.

 

Now, you will need a Python package that acts as an interface between Django and the database application.  For PostgreSQL, it is psycopg2.  More details are in the Django documentation.

To post to this group, send email to django...@googlegroups.com.

Reply all
Reply to author
Forward
0 new messages