Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.35 KB

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.