Skip to content

Instantly share code, notes, and snippets.

View Joel-Jebitto-Dev's full-sized avatar
😀
fine

Joel Jebitto Joel-Jebitto-Dev

😀
fine
View GitHub Profile
@Joel-Jebitto-Dev
Joel-Jebitto-Dev / Build.gradle
Created June 8, 2021 06:49
This is The gradle (:app) for android, this has some basic lines
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-android-extensions'
}
android {
compileSdkVersion 30
@Joel-Jebitto-Dev
Joel-Jebitto-Dev / How_to_install_and _run_postgresql_in_conda_And_Django_Set_Up
Created June 8, 2021 06:44
How to install and run postgresql in conda And Django Set Up
This gist I write, because I couldn't find step by step instructions
how to install and start postgresql locally and not globally in the
operating system (which would require sudo).
I hope, this will help especially people new to postgresql!
####################################
# create conda environment
####################################