Background
Mobile Engineering Guides

ByProgrammers Blog

Comprehensive React Native tutorials, UI animations, navigation architectures, and best practices.

All Articles (23) React Native Python Web Django iOS Excel SQL Server
Django
1 min read

Django Installation in Windows

These are the steps to install Django in Windows environment. ** Important Notes ** Use Command Prompt instead of PowerShell. 1.Download and install Python. Remember to add Path to environment variable. 2. Download and install PIP. 3. Install a virtual environment. 4. Create a virtual environment for all Django projects. 5. Activate the virtual environment. […]

Jan 11, 2019 Read Tutorial