https://github.com/couapy/toi
Easy blog for everyone
https://github.com/couapy/toi
blog django oauth2
Last synced: about 2 months ago
JSON representation
Easy blog for everyone
- Host: GitHub
- URL: https://github.com/couapy/toi
- Owner: Couapy
- Created: 2020-03-08T17:49:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T07:38:24.000Z (over 3 years ago)
- Last Synced: 2023-03-08T22:26:41.377Z (about 3 years ago)
- Topics: blog, django, oauth2
- Language: JavaScript
- Homepage:
- Size: 6.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toi blog

[](https://snyk.io/test/github/Couapy/Toi)
Toi blog is a web app which allows you to create easily a blog.
The system provide:
* Comment system
* Administration
* Google OAuth connection
## Installation
The following instructions are here to help you to setup Toi.
**First of all, please setup a new secret key in `settings.py`.**
### Install dependencies
Please install dependencies by:
> pip3 install -r requirements.txt
### Edit configuration
Edit *settings.py* and set **DEBUG** to `False`.
Then add your domain to **ALLOWED_HOSTS**
### Database configuration
Please create a `database.conf` like this to configuration the database connection:
~~~~Properties
[client]
database = NAME
user = USER
password = PASSWORD
default-character-set = utf8
~~~~
### Create an administrator account
Please run the following command in a terminal :
> python3 manage.py createsuperuser
=> Now you can enjoy !
## Access to Admin
An administration is provided by Toi blog through this access: `https://your.domain.com/admin/`