Premiers pas avec le framework Python Django sur Mac OS X

Python Framework Django Une note pour démarrer le tutoriel dans un environnement Mac.

Contrôle environnemental

% uname -a
Darwin grappa.local 13.2.0 Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64 x86_64

% python
Python 2.7.5 (default, Mar  9 2014, 22:15:05) 
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

%  which python 
/usr/bin/python

Installation

Installez le gestionnaire de packages Python pip

sudo easy_install pip

Installez django

sudo pip install django

Confirmer l'installation à l'invite Python

% python
Python 2.7.5 (default, Mar  9 2014, 22:15:05) 
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> print django.get_version()
1.6.5

1.6.5 a été installé!

Au fait, j'ai trouvé un gars utile sur Homebrew

brew install homebrew/completions/django-completion

Démarrez le tutoriel

Bien que ce soit pour Django 1.4, il y avait un tutoriel japonais, donc je vais d'abord l'essayer.

% django-admin.py startproject mysite
% tree mysite
mysite
├── manage.py
└── mysite
    ├── __init__.py
    ├── settings.py
    ├── urls.py
    └── wsgi.py

1 directory, 5 files
% python manage.py runserver
Validating models...

0 errors found
June 13, 2014 - 23:18:08
Django version 1.6.5, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Ouvrez http://127.0.0.1:8000/ dans votre navigateur et vous verrez Welcome to Django!

Welcome to Django

Django Site Admin

-> % python manage.py syncdb
Creating tables ...
Creating table django_admin_log
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_groups
Creating table auth_user_user_permissions
Creating table auth_user
Creating table django_content_type
Creating table django_session

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes
Username (leave blank to use 'tumf'): 
Email address: [email protected]
Password: 
Password (again): 
Superuser created successfully.
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)

Recommended Posts

Premiers pas avec le framework Python Django sur Mac OS X
[Blender x Python] Commençons avec Blender Python !!
Suite ・ Notes sur la préparation de l'environnement de développement Python sur Mac OS X
Installez lp_solve sur Mac OSX et appelez-le avec python.
Django 1.11 a démarré avec Python3.6
Exécutez Zookeeper x python (kazoo) sur Mac OS X
Mettez Python 2.7.x dans pyenv sur Mac OSX 10.15.5
Shpinx (Python Document Builder) sur Mac OS X
Comment démarrer le projet Python en 2020 (Windows WSL et Mac commun)
Lancez-vous avec Django! ~ Tutoriel ⑤ ~
J'ai installé Pygame avec Python 3.5.1 dans l'environnement de pyenv sur OS X
Python3 + Django ~ Mac ~ avec Apache
Premiers pas avec Python Django (1)
Lancez-vous avec Django! ~ Tutoriel ④ ~
Premiers pas avec Python Django (4)
Premiers pas avec Python Django (3)
Lancez-vous avec Django! ~ Tutoriel ⑥ ~
Créer un environnement de développement Python sur Mac OS X
Installez PyQt5 avec homebrew sur Mac OS X Marvericks (10.9.2)
Introduction à Python Django (6)
Mémo sur Mac OS X
Commencez avec Python! ~ ② Grammaire ~
Premiers pas avec Python Django (5)
Instructions d'utilisation de l'interface de ligne de commande AWS (Python / awscli) sous Mac OS X
Nombre de mots avec Apache Spark et python (Mac OS X)
Utilisation de plusieurs versions de Python sur Mac OS X (2) Utilisation
Utilisation du SDK NAOqi 2.4.2 Python avec Mac OS X El Capitan
Connaissances minimales pour démarrer avec le module de journalisation Python
Tester Python avec Miniconda dans un environnement OS X et Linux avec travis-ci
Comment installer Theano sur Mac OS X avec homebrew
Commencez avec Python! ~ ① Construction de l'environnement ~
Lien pour commencer avec python
Premiers pas avec MicroPython (sur macOS)
Installez Sphinx sur MacOSX
Obtenez la météo avec les requêtes Python
Obtenez la météo avec les requêtes Python 2
Comment démarrer avec Python
Comment démarrer avec Django
Installez mitmproxy sur Mac OS X
Premiers pas avec Python 3.8 sous Windows
Démarrez avec Python avec Blender
Installez pgmagick sur Mac OS X 10.9
Comment est le progrès? Continuons le boom ?? en Python
Utilisation de plusieurs versions de Python sur Mac OS X (1) Installation de plusieurs ver
Installez rapidement OpenCV2.4 (+ python) sur OS X et essayez l'exemple
J'ai essayé de démarrer avec Bitcoin Systre le week-end
Notes d'étape pour démarrer avec django
CRUD GET avec Nuxt & Django REST Framework ②
[Python] Récupère le nom de la variable avec str
Chase des applications actives sur Mac avec Python
Aws-cli installé sur Mac OS X Lion
Comment effacer Python 2.x sur Mac.
CRUD GET avec Nuxt & Django REST Framework ①
Télécharger des fichiers sur le Web avec Python
Premiers pas avec l'outil de documentation Sphinx
Créer un environnement Python avec Anaconda sur Mac
Commençons avec TopCoder en Python (version 2020)
Comment les débutants en Python commencent avec Progete
Installation de PIL avec Python 3.x sur macOS