Skip to content

EhsanLS/First-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First-Blog

This is my first Django blog

Installation and Setup:

  • git clone https://github.com/EhsanLS/First-Blog.git

  • cd First-Blog

  • python -m venv env

  • source venv/bin/activate # On Windows use venv\Scripts\activate

  • pip install -r requirements.txt

  • mkdir -p media/images # On Windows use mkdir media\images

  • python manage.py makemigrations

  • python manage.py migrate

  • python manage.py runserver

By following these steps, you should be able to set up and run the project locally. If you have any questions or need further assistance, feel free to ask!

About

This is my first Django blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published