2016-02-23 15 views

risposta

1

Con python manage.py questi comandi sono elencati:

Available subcommands:

[auth]

changepassword

createsuperuser

[django]

check

compilemessages

createcachetable

dbshell

diffsettings

dumpdata

flush

inspectdb

loaddata

makemessages

makemigrations

migrate

sendtestemail

shell

showmigrations

sqlflush

sqlmigrate

sqlsequencereset

squashmigrations

startapp

startproject

test

testserver

[sessions]

clearsessions

[staticfiles]

collectstatic

findstatic

runserver

non esiste un comando "validare" nella lista.

+2

"validate" è stato spostato su "check". –

0

Con questo comando:

pip install Django==1.8.2

il problema sarà risolto. Django == 1.9.2 non supporta alcuni comandi.