|
1 | | -# An Angular - Django Project Seed |
| 1 | +<img src="https://raw.githubusercontent.com/nirgn975/Angular-Django-Seed-Project/master/angular-django-seed-project.png" /> |
2 | 2 |
|
3 | 3 | [![license][license-image]][license-url] [![GitHub release][github-image]][github-url] [![Build Status][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![Dependency Status][dependencyci-image]][dependencyci-url] [![Codacy Badge][codacy-image]][codacy-url] [![Maintenance][maintenance-image]][maintenance-url] [![Donate][donate-image]][donate-url] |
4 | 4 |
|
@@ -78,7 +78,7 @@ npm run test |
78 | 78 | To run the `server` tests and lint run the commands below in the `server` directory. |
79 | 79 |
|
80 | 80 | ``` |
81 | | -pycodestyle --show-source --max-line-length=120 --show-pep8 .; |
| 81 | +pycodestyle --show-source --max-line-length=120 --show-pep8 . |
82 | 82 | python manage.py test |
83 | 83 | ``` |
84 | 84 |
|
@@ -123,17 +123,17 @@ The backups are saved at `/var/backups/postgres` at the host machine via a share |
123 | 123 | Just fork and do a pull request (; |
124 | 124 |
|
125 | 125 | [license-image]: https://img.shields.io/badge/license-ISC-blue.svg |
126 | | -[license-url]: https://github.com/nirgn975/Angular-Django-Project-Seed/blob/master/LICENSE |
127 | | -[github-image]: https://img.shields.io/github/release/nirgn975/Angular-Django-Project-Seed.svg |
128 | | -[github-url]: https://github.com/nirgn975/Angular-Django-Project-Seed/releases |
129 | | -[travis-image]: https://travis-ci.org/nirgn975/Angular-Django-Project-Seed.svg?branch=master |
130 | | -[travis-url]: https://travis-ci.org/nirgn975/Angular-Django-Project-Seed |
131 | | -[codecov-image]: https://codecov.io/gh/nirgn975/Angular-Django-Project-Seed/branch/master/graph/badge.svg |
132 | | -[codecov-url]: https://codecov.io/gh/nirgn975/Angular-Django-Project-Seed |
133 | | -[dependencyci-image]: https://dependencyci.com/github/nirgn975/Angular-Django-Project-Seed/badge |
134 | | -[dependencyci-url]: https://dependencyci.com/github/nirgn975/Angular-Django-Project-Seed |
135 | | -[codacy-image]: https://api.codacy.com/project/badge/Grade/b276134fff7f47439a01fc6d85cf2ff9 |
136 | | -[codacy-url]: https://www.codacy.com/app/nirgn975/Angular-Django-Project-Seed?utm_source=github.com&utm_medium=referral&utm_content=nirgn975/Angular-Django-Project-Seed&utm_campaign=Badge_Grade |
| 126 | +[license-url]: https://github.com/nirgn975/Angular-Django-Seed-Project/blob/master/LICENSE |
| 127 | +[github-image]: https://img.shields.io/github/release/nirgn975/Angular-Django-Seed-Project.svg |
| 128 | +[github-url]: https://github.com/nirgn975/Angular-Django-Seed-Project/releases |
| 129 | +[travis-image]: https://travis-ci.org/nirgn975/Angular-Django-Seed-Project.svg?branch=master |
| 130 | +[travis-url]: https://travis-ci.org/nirgn975/Angular-Django-Seed-Project |
| 131 | +[codecov-image]: https://codecov.io/gh/nirgn975/Angular-Django-Seed-Project/branch/master/graph/badge.svg |
| 132 | +[codecov-url]: https://codecov.io/gh/nirgn975/Angular-Django-Seed-Project |
| 133 | +[dependencyci-image]: https://dependencyci.com/github/nirgn975/Angular-Django-Seed-Project/badge |
| 134 | +[dependencyci-url]: https://dependencyci.com/github/nirgn975/Angular-Django-Seed-Project |
| 135 | +[codacy-image]: https://api.codacy.com/project/badge/Grade/cdf4939e98804872b377a4120a4f4571 |
| 136 | +[codacy-url]: https://www.codacy.com/app/nirgn975/Angular-Django-Seed-Project?utm_source=github.com&utm_medium=referral&utm_content=nirgn975/Angular-Django-Seed-Project&utm_campaign=Badge_Grade |
137 | 137 | [maintenance-image]: https://img.shields.io/maintenance/yes/2017.svg |
138 | 138 | [maintenance-url]: https://github.com/nirgn975 |
139 | 139 | [donate-image]: https://img.shields.io/badge/Donate-PayPal-lightgrey.svg |
|
0 commit comments