[PYTHON] Django

Introduction

Now that you've updated your Python version, it's time to summarize the steps for installing Django.

Installation procedure

Now that you have the latest Python version installed, install Django. This time it will be built with pipenv instead of pip. You can install it with a simple procedure, so let's do it immediately.

$ pipenv install django

You can check if it was installed correctly with the following command.

$ python -m django --version

Or check in the shell as follows.

>>>import django
>>>django VERSION

in conclusion

The installation step itself is very easy. Installation with pipenv and other steps can be found in the article "Creating a Django development environment with Pipenv" (https://qiita.com/nochifuchi/items/4fe0164f0d8949cf11b7).

Reference site

"Creating a Django development environment with Pipenv" https://qiita.com/nochifuchi/items/4fe0164f0d8949cf11b7

Recommended Posts

Django
django update
Django note 4
Django memorandum
django search
Django installation
Django Summary
Django test
Django # 2 (template)
Django Note 5
Django hands-on
Touch django
django notes
Django Summary
Django basics
Django Shoho
Django defaults
Django + Docker
Django Glossary
Django search
Install Django
Django: References
Django Note 1
Django note 3
Django note 2
Django startup
Django notes
Django NullCharField
Django environment construction
Django ~ settings.py edition ~
Django Heroku Deploy 1
Django HTML Template # 2
Django Contact Form 2
Django begins part 1
Django model: ManyToManyField
What is Django? .. ..
Models in Django
Django function-based view
Python Django Tutorial (5)
Python Django Tutorial (2)
[Django] as_view () notes
First Django Challenge
django makemigarations createsuperuser
Django related sites
Internationalization with django
Django version check
django table creation
Django begins part 4
Django 1.9 for internationalization
CentOS8 --Play --Django
CentOS8 --Install --Django
[Django] Redo migrate
django environment construction
Django Template notes
Python Django Tutorial (8)
Python Django Tutorial (6)
django default settings
Start Django Tutorial 1
Django HTML template
Django Template Tips
Django girls-3 workflow