Skip to content

micael95/django-posts

Repository files navigation

posts-tdd-django

Django Application with TDD

demo in heroku

User: admin@admin.com
Password: admin

Use of dev tools for tests development

How to Setup:

  • Copy the file posts/.env.sample to posts/.env and configure you environment variables

  • Install dependencies

  pip install pipenv
  pipenv install -d

Or

  python -m pipenv install -d
  • Execute your tests with:
  python manage.py test

About

App with TDD

Resources

License

Stars

Watchers

Forks

Packages

No packages published