When creating an environment that uses python django on Ubuntu 12.04 LTS

When you want to study django on Ubuntu

  1. Preparation for preparation

python


$sudo apt-get install build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev libssl-dev 

2, put pyenv https://github.com/yyuu/pyenv The ones written in the readme in order. If I did 1, I passed.

3, put pip

python


$sudo apt-get install python-pip

Ex, DB related

python


sudo apt-get install mysql-server
sudo apt-get install sqlite3

4, put django Not sure which one is right?

python


pip install Django
sudo apt-get install python-django

5, django scalford put https://github.com/modocache/django-generate-scaffold It seems that it will automatically generate a simple crud application like scalforad of rails. I entered but it didn't work

Recommended Posts

When creating an environment that uses python django on Ubuntu 12.04 LTS
Note when creating an environment with python
Ubuntu18.04.05 Creating a python virtual environment in LTS
Building an environment that uses Python in Eclipse
Build an Ubuntu python development environment on Google Cloud Platform
Prepare Python development environment on Ubuntu
Building a Python environment on Ubuntu
Build Python 3.8 + Pipenv environment on Ubuntu 18.04
OpenCV3 & Python3 environment construction on Ubuntu
# 3 Build a Python (Django) environment on AWS EC2 instance (ubuntu18.04) part2
How to build a Python environment using Virtualenv on Ubuntu 18.04 LTS
Build Python environment on Ubuntu (when pip is not the default)
Creating an Ubuntu 18.04 + MAAS2.4 environment starting from 0
Build Python3 and OpenCV environment on Ubuntu 18.04
Python virtual environment and packages on Ubuntu
Steps to install Python environment on Ubuntu
Creating a python virtual environment on Windows
Created Ubuntu, Python, OpenCV environment on Docker
Create an OpenCV3 + python3 environment on OSX
Install pyenv and Python 3.6.8 on Ubuntu 18.04 LTS
Things to watch out for when creating a Python environment on a Mac
Put an old JDK that is not supported on Ubuntu 16.04 Proxy environment not supported
A story when a beginner gets stuck trying to build a vim 8.2 + python 3.8.2 + lua plugin environment on Ubuntu 18.04.4 LTS
Build Python3.5 + matplotlib environment on Ubuntu 12 using Anaconda
How to run MeCab on Ubuntu 18.04 LTS Python
A memo when creating a python environment with miniconda
[Venv] Create a python virtual environment on Ubuntu
Install NVIDIA-driver (GeForce RTX 2070 SUPER), cuda 10.1, cudnn 7.6 on Ubuntu 18.04.3 LTS + python environment construction
[Grasshopper] When creating a data tree on Python script
# 2 Build a Python environment on AWS EC2 instance (ubuntu18.04)
Notes on creating a python development environment on macOS Catalina
Building a TensorFlow environment that uses GPU on Windows 10
I made a Python3 environment on Ubuntu with direnv.
How to build a Django (python) environment on docker
Troublesome story when using Python3 with VScode on ubuntu
build Python on Ubuntu
Install Python 3.3 on Ubuntu 12.04
When I tried to build a Rails environment on WSL2 (Ubuntu 20.04LTS), I stumbled and fell.
Build an environment for machine learning using Python on MacOSX
How to build a new python virtual environment on Ubuntu
Let's get started with Python ~ Building an environment on Windows 10 ~
Creating an environment that automatically builds with Github Actions (Android)
Building an environment to execute python programs on AWS EC2
Precautions that must be understood when building a PYTHON environment
[Django] Memo to create an environment of Django + MySQL + Vue.js [Python]
Until building a Python development environment using pyenv on Ubuntu 20.04
Set up Python 3.4 on Ubuntu
USB Wifi on Ubuntu 20.04LTS
Creating an egg with python
Put Python 3.x on Ubuntu
Build python3 environment with ubuntu 16.04
Build Python environment on Windows
Install OpenCV on Ubuntu + python
Django environment development on Windows 10
Build python environment on windows
Introducing TensorFlow on Ubuntu + Python 2.7
Create an environment for Django x Apache x mod_wsgi with Vagrant (Ubuntu 16.04)
Solution when HDMI audio output is not possible on Ubuntu 20.04.1 LTS
Building a Python environment on Mac
Install Python 3.8 on Ubuntu 18.04 (OS standard)
Python environment construction memo on Windows 10