One page bootstrap template with django user authentication
Configured for both sqlite3 & postgresql
python -m venv <path>
Using bash:
source <venv>/Scripts/activate
Using CMD:
<venv>\Scripts\activate.bat
Using Powershell:
<venv>\Scripts\Activate.ps1
deactivate
pip freeze > requirements.txt
pip install -r requirements.txt
Activate virtual environment and first install django (if not installed with the previous command)
pip install django
Create django project using django-admin
django-admin startproject <project name>
Move to root directory (root directory means the directory that contains manage.py file) and create app using manage.py
python manage.py startapp <app name>
python manage.py createsuperuser
python manage.py makemigrations
python manage.py migrate
python manage.py loaddata feature.json
feature.json is a file inside fixtures directory in app
Bootstrap template used in this project: View on bootstrapmade.com
👋 Hello, I'm Ikram Ul Haq - Web Developer & Programmer
🚀 Follow Me: