Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/niccolomineo/django-contrib

A dockerized project for Django contributions
https://github.com/niccolomineo/django-contrib

Last synced: 6 days ago
JSON representation

A dockerized project for Django contributions

Awesome Lists containing this project

README

        

# django-contrib

A dockerized project for Django contributions.

## Usage

Clone your `django` fork:

```
$ git clone [email protected]:/django.git
```

You can now run the container(s).

## Testing

Run the test suite:

```
$ cd django
$ make test
```

A custom settings module in `settings/test_local.py` is passed by default.