An open API service indexing awesome lists of open source software.

https://github.com/othreecodes/django_test


https://github.com/othreecodes/django_test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Django Test
===========

Behold My Awesome Project!

.. image:: https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg
:target: https://github.com/pydanny/cookiecutter-django/
:alt: Built with Cookiecutter Django

:License: MIT

Settings
--------

Moved to settings_.

.. _settings: http://cookiecutter-django.readthedocs.io/en/latest/settings.html

Setup
-----
0. Fork the repo
1. Clone repo
2. create postgres db with name
3. replace db url in .env file see `env.sample`
4. Create a Virtual env
5. Install requirements `pip install -r requirements/local.txt`
6. run tests with `python manage.py test`
7. make all tests pass
8. Open A PR