Skip to content

A blog app where articles along with the pictures can be posted.

Notifications You must be signed in to change notification settings

ishukhanchi/BlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlogApp

A blog app where articles along with the pictures can be posted.

Steps to setup:

Clone the repository. git clone https://github.com/ishukhanchi/BlogApp.git
Change directory to repository. cd BlogApp
Run the shell script run to setup and run the server locally. ./run. It will setup a virtual environment, install requirements and run the server.
To stop serving the website, press ctrl+c.
If you want to again run the server, use the run script again, it won't setup virtual environment again and install requirements.

To modify the code:

Run the setup script. ./run<br>
Stop the server and activate the virtual environment. source venv/bin/activate
Run the server using python3 manage.py runserver.

About

A blog app where articles along with the pictures can be posted.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published