All Projects → agusmakmun → python.web.id

agusmakmun / python.web.id

Licence: GPL-3.0 license
Source code of https://python.web.id, adopting from stackoverflow and github.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to python.web.id

Multi-Authors-advanced-Django-Blog
MultiAuthor Web Application. This project is made by the popular python web framework Django. Feel free to give reviews. Cheers !!!
Stars: ✭ 17 (+21.43%)
Mutual labels:  django-blog
Django Blog Python Learning
For newest version https://github.com/agusmakmun/python.web.id
Stars: ✭ 77 (+450%)
Mutual labels:  django-blog
Django blog
A blog application made with Django and bootstrap
Stars: ✭ 172 (+1128.57%)
Mutual labels:  django-blog
Try Django 19
Try Django 1.9 is an introduction to Django version 1.9 by creating a simple, yet robust, Django blog. This series covers a variety of Django basics as well as Django 1.9 specific material. Created by Team CFE @ http://joincfe.com.
Stars: ✭ 279 (+1892.86%)
Mutual labels:  django-blog
Awesome Django
The Best Django Resource, Awesome Django for mature packages.
Stars: ✭ 591 (+4121.43%)
Mutual labels:  django-blog
Deeru
DeerU is a content management system, used for blogs. ( DeerU 是一个开源博客系统 )
Stars: ✭ 100 (+614.29%)
Mutual labels:  django-blog
Bona-Blog
An Open-Source Blogging Platform
Stars: ✭ 26 (+85.71%)
Mutual labels:  django-blog
Django Practice Book
《Django企业开发实战》已出版
Stars: ✭ 251 (+1692.86%)
Mutual labels:  django-blog
Microsite
Full featured and completely customizable django site for organizations.
Stars: ✭ 75 (+435.71%)
Mutual labels:  django-blog
Djangoblog
😱一款基于Django和Boostrap框架的个人博客网站源码
Stars: ✭ 142 (+914.29%)
Mutual labels:  django-blog
Typeidea
Django企业开发实战对应项目代码
Stars: ✭ 351 (+2407.14%)
Mutual labels:  django-blog
Djangoblog
🍺基于Django的博客系统
Stars: ✭ 4,256 (+30300%)
Mutual labels:  django-blog
Geekblog
A full blog system based on Django
Stars: ✭ 123 (+778.57%)
Mutual labels:  django-blog
Djangocms Blog
django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
Stars: ✭ 268 (+1814.29%)
Mutual labels:  django-blog
Django Blog It
django blog - complete customization and ready to use with one click installer
Stars: ✭ 172 (+1128.57%)
Mutual labels:  django-blog
Django-Course
Python Django Web开发 入门到实践 搭建博客网站 Blog 视频地址:
Stars: ✭ 31 (+121.43%)
Mutual labels:  django-blog
Django Hexo Matery
尝试用Django3重写的我的Hexo博客,使用的前端主题是 Matery。
Stars: ✭ 92 (+557.14%)
Mutual labels:  django-blog
geekforum
基于python3.5、django1.10、xadmin的多用户博客论坛系统
Stars: ✭ 86 (+514.29%)
Mutual labels:  django-blog
Python Quarantine Projects
Here we are going to make some python projects during Quarantine time
Stars: ✭ 175 (+1150%)
Mutual labels:  django-blog
Django Dersleri
YouTube Django Dersleri için proje kaynak kodu
Stars: ✭ 135 (+864.29%)
Mutual labels:  django-blog

python.web.id

Source code of https://python.web.id

Pre Install

sudo apt install gettext

Don't miss to setup the timezone for this project.

# on Server
$ sudo timedatectl set-timezone Asia/Jakarta


# or, if using the Dockerfile
RUN ln -s -f /usr/share/zoneinfo/Asia/Jakarta /etc/localtime

Run in environment

Install python virtual environment first, checkout at this link.

$ virtualenv --python=/usr/bin/python3.8 env-python.web.id
$ cd env-python.web.id
$ source bin/activate
$ git clone https://github.com/agusmakmun/python.web.id.git
$ cd python.web.id

Installation

Please checkout again at core/settings/* (depends with your configuration setup).

(env-python.web.id) $ pip install -r requirements.txt
(env-python.web.id) $ cp core/settings.py.example core/settings.py # then update it
(env-python.web.id) $ ./manage.py makemigrations && ./manage.py migrate

Add Social Application

1. Github

Go to https://github.com/settings/developers and add new/select existing application. Put client_id and client_secret into http://127.0.0.1:8000/admin/socialaccount/socialapp/add/

2. LinkedIn

Go to https://www.linkedin.com/developers/apps and add new/select existing application. Put client_id and client_secret into http://127.0.0.1:8000/admin/socialaccount/socialapp/add/

API Docs

Screenshots

For more details, you can checkout at this directory .ext/screenshots/

homepage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].