With running this command:
python manage.py validate
I faced with this error:
Unknown command: 'validate'
What should I do now?
For more explanations:
Linux
Virtualenv
Python 3.4.3+
Django (1, 9, 2, 'final', 0)
I think python manage.py validate
is deprecated since 1.7, you can use python manage.py check
https://docs.djangoproject.com/en/1.7/ref/django-admin/#validate
With python manage.py
these commands are listed:
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
There is no "validate" command in the list.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With