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

https://github.com/georginapuig/djangogirls

DjangoGirls tutorial.
https://github.com/georginapuig/djangogirls

blog bootstrap css django djangogirls html python python3 tutorial

Last synced: 7 months ago
JSON representation

DjangoGirls tutorial.

Awesome Lists containing this project

README

          

# djangogirls

## Table of contents
- [djangogirls](#djangogirls)
- [Table of contents](#table-of-contents)
- [General info](#general-info)
- [Technologies](#technologies)
- [Illustrations](#illustrations)
- [Home](#home)
- [Edit Post](#edit-post)
- [Sources](#sources)
- [Setup](#setup)

## General info
Creating blog from DjangoGirls tutorial.

## Technologies
Project is created with:
- Django
- Bootstrap
- CSS
- HTML

## Illustrations

#### Home
![alt text](https://github.com/georginapuig/djangogirls/blob/master/assets/1.png?raw=true)

#### Edit Post
![alt text](https://github.com/georginapuig/djangogirls/blob/master/assets/2.png?raw=true)

## Sources

djangogirls tutorial: https://tutorial.djangogirls.org/en/

## Setup

To start server (on port [8000](http://127.0.0.1:8000/)):

```bash
(myvenv) ~/djangogirls$ python manage.py runserver
```