No Picture
Django

Django Models.py Setup

PROJECTNAME/APPNAME/models.py PROJECTNAME/APPNAME/admin.py Update Database with model.py Changes PROJECTNAME/APPNAME/views.py

No Picture
Django

Django Templates Setup

In PROJECTNAME/PROJECTNAME/settings.py add your App Name to INSTALLED_APPS list: Create a folder inside your App Folder called templates Save template files as .html in the templates folder To use templates in views.py file make sure […]

No Picture
Django

Django CLI Commands

To Install Django onto Ubuntu when not using virtual environments: To create the Project: To create the App: To run the web server. Using SUDO you can set the server to run on Port 80 […]