Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duvanbotello/portafolio_wagtail
Sitio web para portafolio virtual, Desarrollado en Django, Wagtail
https://github.com/duvanbotello/portafolio_wagtail
django django-application django-framework portafolio portfolio portfolio-website wagtail wagtail-admin wagtail-cms wagtail-cms-demo wagtail-website
Last synced: 11 days ago
JSON representation
Sitio web para portafolio virtual, Desarrollado en Django, Wagtail
- Host: GitHub
- URL: https://github.com/duvanbotello/portafolio_wagtail
- Owner: duvanbotello
- License: gpl-3.0
- Created: 2019-12-20T00:20:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:20:55.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:01:01.970Z (3 months ago)
- Topics: django, django-application, django-framework, portafolio, portfolio, portfolio-website, wagtail, wagtail-admin, wagtail-cms, wagtail-cms-demo, wagtail-website
- Language: CSS
- Homepage:
- Size: 7.32 MB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Porfafolio Wagtail
Demo: https://dbportafolio-demo.herokuapp.com/
¡Bienvenido al proyecto de portafolio con Wagtail! Para este proyecto, creará una página web personal para mostrar su trabajo; puede configurar todo el sitio desde un Administrador de manera profesional si tener ningun conocimiento en lenguajes de programacion.
##### Version wagtail: `2.7`, Version django: `2.2.9`
### ¿Que puedo hacer con este portafolio?
- Bloque de Bienvenida.
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/images/mainblock.png)
- Bloque "Sobre Mi".
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/images/blockabout.png)
- Bloque Mis servicios.
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/images/blockservices.png)
- Bloque de Experiencia.
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/images/blockexperience.png)
- Bloque de contacto.
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/images/blockcontacto.png)
- Bloque de testimonios.
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/images/blocktestimonials.png)
- Bloque de blog.
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/images/blog.png)
- Bloque de portafolio.
-- Bloque en construccion
### ¿Otras caracteristicas de nuestro portafolio?
- Administrador de paginas.
- Formularios dinamicos
- Multisitio
- Administrador de roles y usuarios### Conoce nuestro administrador
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/adminhome.png)
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/adminblog.png)
![alt text](https://github.com/duvanbotello/portafolio_wagtail/blob/master/documentation/wagtailadmin.png)### Clone Project
```
git clone https://github.com/duvanbotello/portafolio_wagtail.git
```### Project setup
```
$ cd portafolio_wagtail
$ virtualenv -p python3 env
$ source env/bin/activate
```### Install requirements
```
pip3 install -r requirements.txt
```### Run
```
python3 manage.py runserver
```Made by [DuvanBotello](https://github.com/duvanbotello)