Sistem de Blog escrito com django.
- Sistema de categorias
- ckeditor
$ python -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser* Trabalho em andamento
Distribuído sob a licença MIT. Veja LICENSE para mais informações.
https://github.com/midnightbattles/blog
- Faça o fork do projeto (https://github.com/midnightbattles/blog/fork)
- Crie uma branch para sua modificação (
git checkout -b feature/fooBar) - Faça o commit (
git commit -am 'Add some fooBar') - Push (
git push origin feature/fooBar) - Crie um novo Pull Request