Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duketheduck1/djangogirls
https://github.com/duketheduck1/djangogirls
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/duketheduck1/djangogirls
- Owner: duketheduck1
- License: mit
- Created: 2024-07-08T15:05:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:42:12.000Z (6 months ago)
- Last Synced: 2024-08-14T16:41:35.044Z (5 months ago)
- Language: Python
- Size: 14.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!