[PYTHON] Install Django on your Mac

Premise

Put python (in homebrew)

brew install python This will also include pip

Insert Django (with pip)

sudo pip install django==1.5.1

The path doesn't pass in django-admin.py, so pass it appropriately sudo ln -s /usr/local/share/python/django-admin.py /usr/local/bin/

Run Django

Make a project

django-admin.py startproject django_test A django_test directory is created in the current directory. (The name can be anything, but only letters, numbers and underscores can be used)

move!

cd django_test
python manage.py runserver

Access the displayed address with a browser and if ** It workd! ** is displayed, it's OK.

Recommended Posts

Install Django on your Mac
Install numba on your Mac
Install Tensorflow on Mac
Install pyenv on mac
Install Ansible on Mac
Install Python on Mac
Install Python 3.4 on Mac
Install Caffe on Mac
Install mecab on mac
Install mecab-python on Mac
Install Linux on your Chromebox
Install pygame on python3.4 on mac
Install module on Anaconda (Mac)
Install OpenPose on mac (Catalina)
Install pandas 0.14 on python3.4 [on Mac]
Install pillow on Mac OSX 10.9
[Mac] Tips: Install pyquery on Mac [pyquery]
Steps to install the latest Python on your Mac
Install Django
Install anaconda on Mac → Add Library
How to install mysql-connector-python on mac
Steps to install matplotlib on Mac
Install Python 3.7 Anaconda on MAC, but Python 2
Install Scipy on Mac OS Sierra
Deploy your Django application on Heroku
Install python3 on Mac (El Capitan)
How to install OpenCV on Mac
Install mitmproxy on Mac OS X
Install VirtualBox on CentOS 7 on VirtualBox (mac + vagrant)
Install VS Code on your Chromebook
Steps to install python3 on mac
Install pgmagick on Mac OS X 10.9
Django Crispy Tutorial (Environment Building on Mac)
Snow on your Mac the old-fashioned way
How to install drobertadams / toggl-cli on Mac
Create a python environment on your Mac
Put Anaconda on your Mac using Pyenv
CentOS8 --Install --Django
5 reasons to install Linux on your laptop.
python on mac
Dockerfile: Install Docker on your Linux server
Install anaconda on a new Mac anyway
Install Python3 and Django on Amazon Linux (EC2) and run your web server
Build a Python development environment on your Mac
Let's integrate Django and apache (httpd) on Mac! !!
Install TensorFlow on Ubuntu
Install python on WSL
Install Faiss on CentOS 7
Install pip on Mavericks
Install Python on Pidora.
Install mongodb on termux
Install Scrapy on python3
Install docker on Fedora31
Pyenv + virtualenv on Mac
Initialize your Django app
Install numba on CentOS 7.2
Celery notes on Django
Run Django on PythonAnywhere
Install Plone (4.3.6) on MacOSX (10.10.3)
Install PySide2 on Ubuntu
numba installation on mac