Skip to content
View enoren5's full-sized avatar

Highlights

  • Pro

Block or report enoren5

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tarot_juicer tarot_juicer Public

    Random tarot card generator + rudimentary Django CMS

    CSS 11 12

  2. Guide to backing up Postgres Guide to backing up Postgres
    1
    # How do I download, cultivate, maintain, handle, and restore a manual archive of Postgres backups? 
    2
    I composed this note to self (gist) on Friday 9 April 2021 with an early morning start with multiple subsequent revisions.
    3
    The main guide that I am working with is "[Heroku PGBackups](https://devcenter.heroku.com/articles/heroku-postgres-backups)"
    4
    The lesser guide I also used was "[Heroku Postgres import export](https://devcenter.heroku.com/articles/heroku-postgres-import-export)".
    5
    ## BACKING UP (DOWNLOADING)
  3. hypno_mixer hypno_mixer Public

    Using self-hypnosis for self-discipline

    JavaScript

  4. Deploying Django projects to Heroku ... Deploying Django projects to Heroku with Docker and Nix
    1
    This approach allows you to run the Django application on NixOS while still having the flexibility to deploy it on Heroku (or other cloud platforms) if needed.
    2
    
                  
    3
    ### Step-by-Step: Dockerizing the Django App
    4
    
                  
    5
    #### 1. **Install Docker on NixOS**