Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/niccolomineo/django-contrib
- Owner: niccolomineo
- Created: 2023-01-18T08:47:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T06:11:24.000Z (over 1 year ago)
- Last Synced: 2024-10-31T17:12:55.450Z (about 2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.