Skip to content

0.9.0a

Compare
Choose a tag to compare
@Piuliss Piuliss released this 28 Jan 23:16
· 114 commits to master since this release
  • NEW FILES STRUCTURE - it is based in the book Cookiecutter Django
    and the book Two Scoops of Django 1.11 😍
  • Production settings with the new structure were not tested yet. Maybe running ManaTI in production mode can fail 😐😐
  • Fixing bug the labelled weblogs in the table were updated but sync was not working properly and the bulk labelling
    were not reflecting and the server was still receiving request to label the same weblog
  • Fixing when a new user is created, it has not access to editing profile.
  • README file was updated
  • Minor change in docker-compose settings
  • The directory /example_weblogs, which contains several weblog files examples, it was move into /docs
  • Adding .env.example and .env-docker.example files
  • Adding management command createsuperuser2. It is equal to createsuperuser but now you can add parameters instead of using console inputs