salemandreus / salem-setup

Quick setup of configurations for ease-of-use in my development environment. Currently contains Django settings example showing a database connected and environment variables substituted. Also .env files with dummy variables and example variables. I'll be adding more to it as I go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Access:

Configurations, templates, examples, scripts, etc.

Django Settings Examples

In Django 4.2.6. Contains:

  • A Django settings.py example file with:
    • Environment Variable Integration
    • Configuration for a PostgreSQL DB
  • .Env files with:
    • Example/Dummy Environment Variables

Icons Directory:

Ignore this directory.

I considered modifying directories in nautilus to look different if they were git repos. But now I just use and recommend:

They're super handy if you use explorer/nautilus at all and would like to see at a glance the state of your commits (note: it doesn't show upstream comparison).

But I'm keeping these anyway in case they come in handy later (sunken cost fallacy maybe, after the effort of modifying the icons in GIMP). Maybe I'll do something cool with them eventually. I don't know.

- The folder is the one found at /usr/share/icons/Yaru/256x256@2x/apps. I have Jammy Jellyfish as my home version so using that directory made sense to me. - The github icon is the one labelled "github emoji" found here.

About

Quick setup of configurations for ease-of-use in my development environment. Currently contains Django settings example showing a database connected and environment variables substituted. Also .env files with dummy variables and example variables. I'll be adding more to it as I go.


Languages

Language:Python 100.0%