$ python --version
$ conda -V
$ cd ~/Desktop/django_project
$ conda -n django_demo_env python=3.8 anaconda
$ conda activate django_demo_env
conda install -c anaconda django=3.2.9
# django-admin startproject project_name
$ django-admin startproject django_demo
#python manage.py startapp app_name
$ python manage.py startapp myapp
Share To
A passionate geospatial developer and analyst whose core interest is developing geospatial products/services to support the decision-making process in climate change and disaster risk reduction, spatial planning process, natural resources management, and land management sectors. I love learning and working with open source technologies like Python, Django, LeafletJS, PostGIS, GeoServer, and Google Earth Engine.