Skip to content

sMmominur/django-blogsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Django Project Name

## Description
This is a Django project for blog website using Python-Django.

## Installation
1. Clone the repository:

git clone https://github.com/sMmominur/django-blogsite.git

2. Navigate into the project directory:

cd django-project-name/

3. Install dependencies:

pip install -r requirements.txt

4. Apply migrations:

python manage.py migrate


## Usage
1. Run the development server:

python manage.py runserver

2. Access the application in your web browser at `http://127.0.0.1:8000/`.

## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature/your-feature-name`)
3. Commit your changes (`git commit -am 'Add new feature'`)
4. Push to the branch (`git push origin feature/your-feature-name`)
5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors