https://github.com/baptvit/my-first-blog
https://github.com/baptvit/my-first-blog
bootstrap django django-blog django-project pythonanywhere sqlite3-database tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/baptvit/my-first-blog
- Owner: baptvit
- Created: 2018-12-16T00:14:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T21:37:45.000Z (about 7 years ago)
- Last Synced: 2025-01-15T10:27:06.583Z (about 1 year ago)
- Topics: bootstrap, django, django-blog, django-project, pythonanywhere, sqlite3-database, tutorial
- Language: JavaScript
- Size: 580 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Djando + sqlite3 + BootStrap + pythonanywhere
Simple project integrating django with bootstrap and sqlite3 database online on pythonanywhere focus in create a blog respositive with forms and views. There are a form which save user inputs in database. This simple project is a base for outhers projects based on a DjangoGirls tuto
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
```
Python 3.6.7
django 2, 1, 2, 'final', 0
bootstrap v4.1.3
pip 9.0.1
```
### Installing
* Install django last stable version
* Set the rigth password and ports on settings.py
* On manage.py ru
```
$ python3 manage.py makemigration
$ python3 manage.py migrate
```
## Running the tests
* Run
```
$ python3 manage.py migrate && python3 manage.py makemigration
```
* Make sure that there are tables from django admin and aplications.
* On /myapp dir run
```
$ python3 manage.py runserver
```
* Acess the web aplication through:
```
http://127.0.0.1:8000/home/
```
## Online in pythonanywhere
[My Django Fist blog with pythonanywhere](http://helpthx.pythonanywhere.com/)
## Built With
* [Bootstrap](https://getbootstrap.com/) - Bootstrap used
* [Python3](https://www.python.org/download/releases/3.0/) - Main language
* [Django](https://www.djangoproject.com/) - Django API
* [SQLite3](https://www.sqlite.org/index.html) - SQLite3 database
* [PythonAnyWhere](https://www.pythonanywhere.com) - Online Host
## Authors
* **João Vitor Rodrigues Baptista** - [helpthx](https://github.com/helpthx)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Based on a tutorial project: [Tutorial Django Girls](https://tutorial.djangogirls.org/pt/)
## What's Next ??
* [Django Oficial](https://docs.djangoproject.com/en/2.0/intro/tutorial01/)
* [New Coder](http://newcoder.io/tutorials/)
* [django-carrots](https://github.com/ggcarrots/django-carrots)
* [Starting with Django](http://www.gettingstartedwithdjango.com/)