Skip to content

itdevx/Django-Blog

Repository files navigation

Image

image

Clone This Project (Make Sure You Have Git Installed)

git clone https://github.com/itdevx/Blog-technology.git

Create Virtualenv

cd Blog-technology
python -m venv venv

Activate virtualenv

cd venv/Script/activate

Install Dependencies

pip install -r requirements.txt

Set Database (Make Sure you are in directory same as manage.py)

python manage.py makemigrations
python manage.py migrate

Create SuperUser

python manage.py createsuperuser

After all these steps , you can start testing and developing this project.

About

Fully featured blog app built on the Django framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages