Skip to content
/ Blog Public

I made Simple blog by django , by using this user can create account,login , post any thing , like and comment for other user

License

Notifications You must be signed in to change notification settings

aria3211/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

I made Simple blog by django , by using this user can create account,login , post any thing , like and comment for other user

1. Clone the repository:

Clone This Project (Make Sure You Have Git Installed)

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

then go to the blog directory

cd Blog

2. Install the required dependencies:

pip install -r requirements.txt

3. Run the database migrations:

python manage.py makemigrations
python manage.py migrate

4. Start the development server:

python manage.py runserver

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

About

I made Simple blog by django , by using this user can create account,login , post any thing , like and comment for other user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published