This project is based on the real world Startup project for Asif Ikbal(E-solutions pvt. Ltd.)
Project Live Here: https://asifblogs.azurewebsites.net/
Note: Website speed may be slower beacuse they are hosted on Free Tier...
- First and Foremost Clone/pull/download this repository.
- Install Virtualenv by
pip install virtualenv
- Create a virtualenv with
virtualenv env
and install dependencies withpip install -r requirements.txt
- Activate virtual environment by
source pathofvenv/scripts/activate
for linux - Then run
python manage.py makemigrations
- after that run
python manage.py migrate
- Last but not least run the server by
python manage.py runserver
This project includes:
- Settings modules for deploying with Azure
- Django commands for renaming your project and creating a superuser
- A cli tool for setting environment variables for deployment