Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit bd4cc42

Browse files
authored
Update README (#46)
1 parent f1eecf4 commit bd4cc42

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# An opinionated Angular - Django cluster
22

3-
[![license][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![Python 3][python3-image]][python3-url] [![Updates][updates-image]][updates-url] [![Dependency Status][dependencyci-image]][dependencyci-url] [![Donate][donate-image]][donate-url]
3+
[![license][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![Dependency Status][dependencyci-image]][dependencyci-url] [![Donate][donate-image]][donate-url]
44

55
The `server` directory contain a simple [Django](https://www.djangoproject.com/) app that expose an `api` of Django `users` with [Django REST framework](http://www.django-rest-framework.org/). The `client` directory contain an [Angular](https://angular.io/) simple app, built with [Angular-Cli](https://github.com/angular/angular-cli), [ngrx](https://github.com/ngrx) to handle state, [Angular Material](https://github.com/angular/material2) as a design library, have service worker, and ready to `AOT` compilation. The simple Angular app show the users from the Django api.
66

@@ -45,10 +45,6 @@ Just fork and do a pull request (;
4545
[travis-url]: https://travis-ci.org/nirgn975/Angular-Django-cluster
4646
[codecov-image]: https://codecov.io/gh/nirgn975/Angular-Django-cluster/branch/master/graph/badge.svg
4747
[codecov-url]: https://codecov.io/gh/nirgn975/Angular-Django-cluster
48-
[python3-image]: https://pyup.io/repos/github/nirgn975/angular-django-cluster/python-3-shield.svg
49-
[python3-url]: https://pyup.io/repos/github/nirgn975/angular-django-cluster/
50-
[updates-image]: https://pyup.io/repos/github/nirgn975/angular-django-cluster/shield.svg
51-
[updates-url]: https://pyup.io/repos/github/nirgn975/angular-django-cluster/
5248
[dependencyci-image]: https://dependencyci.com/github/nirgn975/Angular-Django-cluster/badge
5349
[dependencyci-url]: https://dependencyci.com/github/nirgn975/Angular-Django-cluster
5450
[donate-image]: https://img.shields.io/badge/Donate-PayPal-lightgrey.svg

0 commit comments

Comments
 (0)