https://github.com/othreecodes/django_test
https://github.com/othreecodes/django_test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/othreecodes/django_test
- Owner: othreecodes
- License: mit
- Created: 2018-04-21T08:42:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T08:57:51.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T12:30:50.796Z (about 1 year ago)
- Language: Python
- Size: 1.3 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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