AceGentile / DjBlog-CMS

The simple, flexible and friendly Django Blog CMS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DJango Blog CMS

Welcome. DJBlog is a very special project to me.
Every developer and contributor adds something unique to the mix,
and together we create something beautiful that I’m proud to be a part of.

Install

1º) Python >= 3.x
2º) Install mysqlclient with pip3(If shell throws an error, you could fixed installing mysql with brew)
3º) Create database django_blog in phpmyadmin using XAMPP for example.
4º) Migrate model to SQL Database( 1º makemigrations and 2º migrate)
5º) python3 migrate.py runserver

That´s all!

Screenshots

Django CMS main screen alt text

Django CMS admin screen alt text

License

Copyright 2017 José Joaquín Pérez-Calderón Ortiz
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

The simple, flexible and friendly Django Blog CMS.


Languages

Language:Python 65.5%Language:HTML 31.3%Language:CSS 2.7%Language:JavaScript 0.5%