Skip to content

foxy4096/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

A simple Blog app made with django

Instructions

Make sure you have python installed

Step 1. Open a terminal

Step 2. Type this command

pip install pipenv

Step 2. Paste the given code in the terminal

git clone https://github.com/foxy4096/Blog.git

Step 3. Now type this in the terminal

cd Blog

Step 4. Now paste this in the terminal

pipenv install --ignore-pipfile
# and 
pipenv shell

Step 5. Now type

python manage.py makemigrations
# and
python manage.py migrate

Step 6. Now go type this command to create a new superuser

python manage.py createsuperuser

Step 7. After that type this and go to your web browser and go to here

python manage.py runserver