Skip to content
#

podcast

Here are 354 public repositories matching this topic...

ribrea
ribrea commented Feb 10, 2022

In CRMs there are a lot of datastore and being fast is so important, I thought it would be great if we try to add PostgreSQL as a Database to the project and add a Setting to manage and switch between Database as:

# in setting.py
# -- Snip
Postgres = True
if Postgres:
  DATABASES = {
      'default': {
          'ENGINE': 'django.db.backends.postgresql_psycopg2',
          'NAM
good first issue

Python scraper for Language Pods such as Japanesepod101.com 👹 🗾 🍣 Compatible with Japanese, Chinese, French, German, Italian, Korean, Portuguese, Russian, Spanish and many more!

  • Updated Mar 23, 2022
  • Python

Improve this page

Add a description, image, and links to the podcast topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the podcast topic, visit your repo's landing page and select "manage topics."

Learn more