Hello.
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 found the answer myself:
pip install Django==1.8.2

Django==1.9.2 Does not support some commands.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.