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.
- Host: GitHub
- URL: https://github.com/georginapuig/djangogirls
- Owner: georginapuig
- Created: 2020-11-06T21:21:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T01:35:53.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T14:48:44.705Z (8 months ago)
- Topics: blog, bootstrap, css, django, djangogirls, html, python, python3, tutorial
- Language: Python
- Homepage: http://georgina.pythonanywhere.com/
- Size: 15.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
#### Edit Post
## 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
```