A Django application is created within a Django Project. We have covered the creation of Django application on our previous blog. Go check it out for a detailed explanation. In order to create a new application we can do it by manage.py startapp command like shown below:
Category: Django
[Django Tutorial] Make Initial Migration, Create Superuser
Welcome to the Blog series “Python Django Tutorial for Beginners“. Till this blog we have
[Django Tutorial] Create requirements.txt file with pip freeze
In the earlier post we installed our first django framework project and installed bunch of
[Django Tutorial] How To Install Django Framework? HelloWorld Django!
Once the virtual environment is setup and enabled you can begin installing Django Framework which is yet another python module for developing Web application. On your command type the following command just to make sure that the Virtual environment that you activated is working:
Python Django Tutorial for Beginners
Welcome to the Tutorial Series on Django Framework Tutorial here at TheQuickBlog. This blog series is targeted to the beginners who either have some basic knowledge about earlier versions of Django Framework or the ones who are completely new on it.
[Django Tutorial] How to Activate Python Virtualenv / Virtual Environment in Linux?
Now our program is independent of the operating system and runs over every environment. For that we now need to install Virtualenv from our terminal. So in terminal (Ctrl + Alt + T) type the following command:sudo apt install virtualenv