Skip to content

Instantly share code, notes, and snippets.

@toraritte
Created April 11, 2021 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toraritte/a6cab190ac5315706f62ccadf63822b2 to your computer and use it in GitHub Desktop.
Save toraritte/a6cab190ac5315706f62ccadf63822b2 to your computer and use it in GitHub Desktop.
Non-standard `requirement.txt` for a Django application
On Ubuntu 18.0.4 run these commands to install all required packages.
sudo apt update
sudo apt-get install git
sudo apt-get install python3
sudo apt install python3-pip
sudo pip3 install Django==2.1.5
sudo pip3 install psycopg2-binary
sudo pip3 install --upgrade django-crispy-forms
sudo pip3 install django-debug-toolbar
sudo pip3 install django-tables2
sudo pip3 install openpyxl
sudo pip3 install django-mathfilters
sudo pip3 install django-audit-log
sudo pip3 install django-reversion
sudo pip3 install django-simple-history
sudo apt-get install postgresql postgresql-contrib
sudo update-rc.d postgresql enable
sudo service postgresql start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment