Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duketheduck1/djangogirls


https://github.com/duketheduck1/djangogirls

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Djangogirls - Blog

A practice project using Django from the Djangogirls website which can be found [here](https://tutorial.djangogirls.org/en/).

## Built With

- Python
- Django
- Bootstrap
- VS Code
- Git

## Installation for Windows

1. Clone the repository:
```sh
git clone https://github.com/ducoday12345/djangogirls.git
```
2. Navigate to the project directory:
```sh
cd djangogirls
```
3. Create and activate a virtual environment:
```sh
python -m venv myvenv
myvenv\Scripts\activate
```
4. Install the required packages:
```sh
pip install -r requirements.txt
```
5. Run the development server:
```sh
python manage.py runserver
```

## Contribution

Contributions are welcomed. Please include proof of the changes made in VS Code in your pull request (PR).

## TODO

- [ ] Add an image upload function
- [ ] Create a login function
- [x] Create an edit function
- [x] Create a post function

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/ducoday12345/djangogirls/blob/main/LICENSE) file for details.

## Acknowledgments

- Inspired by the [Djangogirls Tutorial](https://tutorial.djangogirls.org/en/)

## Contact

For any inquiries, please contact [Duc Minh Nguyen](mailto:[email protected]).

## Further Reading

- [Django Documentation](https://docs.djangoproject.com/en/)
- [Bootstrap Documentation](https://getbootstrap.com/)
- [VS Code Documentation](https://code.visualstudio.com/docs)

Thank you for checking out my project!