You are on page 1of 1

django Cheat Sheet

by attilach via cheatography.com/20817/cs/6441/


Gestion Projet

Path

Crer nouveau projet

django-admin.py startproject nomprojet

Dmarrer serveur

python manage.py runserver

Dmarrer serveur pour vagrant

python manage.py runserver [::]:8000

Crer nouvelle app

python manage.py startapp blog

Crer migration

python manage.py makemigrations

Lancer migration

python manage.py migrate

Afficher aide

python manage.py help

Crer virtualenv

virtualenv myvenv

Lancer virtualenv

source myvenv/bin/activate

Creer utilisateur admin

python manage.py createsuperuser

Racine projet

BASE_DIR

By attilach

Published 18th December, 2016.

Sponsored by Readability-Score.com

cheatography.com/attilach/

Last updated 29th December, 2016.

Measure your website readability!

Page 1 of 1.

https://readability-score.com

You might also like