Creating the app for the blog
Now let's create a new Django application. We'll call our new app main.
$ django-admin startapp main
Once the app is created, we'll have to move the app in the blog_tutorial directory together with the default users app and configure our apps.py, url...
blog.vicentereyes.org2 min read