https://github.com/henry0005/website-django
A simple website using the Django framework, made for Coding for Security's Checkpoint
https://github.com/henry0005/website-django
Last synced: 3 days ago
JSON representation
A simple website using the Django framework, made for Coding for Security's Checkpoint
- Host: GitHub
- URL: https://github.com/henry0005/website-django
- Owner: Henry0005
- License: mit
- Created: 2024-10-11T14:17:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T06:23:49.000Z (5 months ago)
- Last Synced: 2024-12-20T07:27:54.744Z (5 months ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Meu Site utilizando Django
## Descrição
Um site exemplo criado com Django que possui funcionalidades como seções de serviços, uma galeria e um formulário de contato## Tecnologias
- Django
- SQLite
- HTML/CSS## Instalação
```bash
git clone https://github.com/Henry0005/Website-Django
cd myproject
python -m venv venv
source venv/bin/activate # Para Linux/Mac
venv\Scripts\activate # Para Windows
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
```## Uso
Após instalar e iniciar o servidorAcesse http://127.0.0.1:8000/