Skip to content

rahulbiswas24680/Blogapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog (CRUD) Application

MIT License

About Project

Project Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/rahulbiswas24680/Blogapp.git

After cloning the repository, create Virttual Emvironment

  python3 -m venv <your_env_name>

To activate environment on Windows, run:

<your_env_name>\Scripts\activate.bat

On Unix or MacOS, run:

source <your_env_name>/bin/activate

Go to the project directory

  cd Blogapp

Install all the packages from requirement.txt file required to run the application

  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

To run this on browser,

python manage.py runserver

About

Simple Blog Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published