Install django on python + anaconda and start the server

Please note that it is difficult to read because it is the first post & Markdown description. The OS is Mac, but I think Windows will not change that much.

Assumption: python + anaconda environment has been set.

Create a virtual environment. Created here with the name "pyW".

conda create -n pyW python = 3.6 anaconda

Activate.

conda activate pyW

Install django.

conda install -c anaconda django

Prepare a folder to place the server environment. Here, prepare the desktop with the name "WEB" and move to that level.

cd web/

Create a server environment. Here, create it with the name "djangoproj".

django-admin startproject djangoproj

If you can create it, a folder will be created, so move to that hierarchy.

cd djangoproj/

Start the server.

python manage.py runserver

It is OK if it is displayed by tapping http://127.0.0.1:8000/ on the browser.

Recommended Posts

Install django on python + anaconda and start the server
Install OpenCV 4.0 and Python 3.7 on Windows 10 with Anaconda
Install Python3 and Django on Amazon Linux (EC2) and run your web server
Create a Django project and application in a Python virtual environment and start the server
Install Python3 on Sakura server (FreeBSD)
Install Python 3.7 Anaconda on MAC, but Python 2
Install Python 3.7 and Django 3.0 (CentOS)
Install Django
CentOS8 --Install --Django
Install django on python + anaconda and start the server
Install pyenv and pyenv-virtualenv
Install and configure KVM
Django --models.py and admin.py
Install mecab on Sakura shared server and call it from python
Quickly install OpenCV 2.4 (+ python) on OS X and try the sample
Install and Configure TigerVNC server on Linux
Install Python3 on mixhost server [Currently NG]
Install pyenv and Python 3.6.8 on Ubuntu 18.04 LTS
Deploy and use the prediction model created in Python on SQL Server
Install and run Python3.5 + NumPy + SciPy on Windows 10
[Python] How to install OpenCV on Anaconda [Windows]
Install MongoDB on Ubuntu 16.04 and operate via python
Install Python and libraries for Python on MacOS Catalina
Install ZIP version Python and pip on Windows 10
Install python on WSL
Install Python on Pidora.
Install Python on Mac
Install Python 3 on Mac
Install Python3.4 on CentOS 6.6
Install Anaconda on Windows 10
Install python on windows
Install Python 2.7.3 on CentOS 5.4
Install Python 3.3 on Ubuntu 12.04
Install Python 3.4 on Mac
Install Python 3.6 on Docker
Until you install Python with pythonbrew and run Flask on a WSGI server
Install selenium on Mac and try it with python
Steps to install the latest Python on your Mac
Install the 3rd party python library on Cinema 4D
[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows
Install the latest stable Python with pyenv (both 2 and 3)
Execute the command on the web server and display the result
Compile and install MySQL-python for python2.7 on amazon linux
I tried to install scrapy on Anaconda and couldn't
[CGI] Run the Python program on the server with Vue.js + axios and get the output data
Until you install Anaconda for data analysis on your Mac and launch the IDE
Install cvxopt on 64bit Anaconda
Install Python 3.8 on RHEL 8 (AppStream)
Python 2 series and 3 series (Anaconda edition)
Install watchdog on Windows + Python 3.3
Install Python and Flask (Windows 10)
Install Python environment with Anaconda
Install pygame on python3.4 on mac
Install cvxpy on windows, Anaconda
Install Python 3.8 on CentOS 7 (SCL)
Install the JDK on Linux
Install module on Anaconda (Mac)
Install pandas 0.14 on python3.4 [on Mac]
Install OpenCV on Ubuntu + python
Python --Install MySQLDB on EC2
Install Django on your Mac
Install Python 3.8 on CentOS 8 (AppStream)
[Python] [Chainer] [Windows] Install Chainer on Windows
Test.py is not reflected on the web server in Python3.
Install python3 and scientific calculation library on Ubuntu (virtualenv + pip)
Access the host SQL Server with python27 / pyodbc on the container
Install pyenv on MacBook Air and switch python to use