Skip to content

The simple, flexible and friendly Django Blog CMS.

Notifications You must be signed in to change notification settings

AceGentile/DjBlog-CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published