-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcp & Adding styling functionality (#429)
- Loading branch information
Showing
20 changed files
with
165 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,3 +142,4 @@ docker-compose.override.yml | |
zappa_settings.json | ||
scripts/db/* | ||
data/* | ||
secrets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,45 @@ | ||
# My Django Blog: [eduzen.ar](http://eduzen.ar) | ||
|
||
Welcome to my personal Django blog powered by htmx, a modern approach to full-stack development. This project is a blend of several technologies that aim to create a seamless blogging experience. | ||
|
||
![Python application](https://github.com/eduzen/website/workflows/Python%20application/badge.svg) | ||
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) | ||
|
||
## Features | ||
|
||
# My django blog Repo: http://eduzen.com.ar | ||
|
||
## Configuration: | ||
- **Django Backend**: The power of Django for the backend ensures stability and scalability. | ||
- **htmx**: Integrating htmx for a seamless full-stack experience without writing JavaScript. | ||
- **ChatGPT API**: Using the ChatGPT API for dynamic content creation and engagement. | ||
- **GitHub Actions**: Continuous integration ensuring code quality and automatic deployments. | ||
- **Dockerized**: The entire setup is containerized using Docker for consistent development and deployment. | ||
- **Static Typing with Mypy**: Bringing the power of static typing to Python. | ||
- **pip-tools**: Ensuring dependencies are managed in a reliable way. | ||
- **Pre-commit**: Automated checks before commits to ensure code quality. | ||
|
||
1. Copy and fill with your credentials | ||
## Getting Started | ||
|
||
```bash | ||
### Prerequisites | ||
|
||
cp .env.sample .env | ||
Ensure you have Docker and Docker Compose installed on your system. | ||
|
||
``` | ||
### Configuration | ||
|
||
2. Run | ||
1. **Setup Environment Variables**: | ||
Copy the sample environment file and fill in your credentials: | ||
```bash | ||
cp .env.sample .env | ||
|
||
```bash | ||
make start | ||
2. **Start the Application**: | ||
```bash | ||
make start | ||
``` | ||
|
||
make logs | ||
3. **Database Migration**: | ||
```bash | ||
make migrate | ||
``` | ||
|
||
make migrate | ||
``` | ||
4. **View Logs**: | ||
```bash | ||
make logs | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.