Compare commits

..

3 Commits

Author SHA1 Message Date
Nauval
94b946c131
Merge pull request #213 from bimbims125/master
CONTRIBUTING: add stisla for django
2021-10-10 04:34:37 +07:00
Pramdhanni
fa435634a5
update 2021-10-09 15:52:21 +07:00
Pramdhanni
2c3d556a7e
add stisla for django 2021-10-09 15:49:58 +07:00
4 changed files with 17 additions and 8 deletions

View File

@ -202,7 +202,16 @@
"contributions": [ "contributions": [
"code" "code"
] ]
} },
{
"login": "bimbims125",
"name": "Pramdhanni Dwi Putra Bintang",
"avatar_url": "https://avatars.githubusercontent.com/u/65021963?v=4",
"profile": https://github.com/bimbims125,
"contributions": [
"code"
]
},
], ],
"contributorsPerLine": 7, "contributorsPerLine": 7,
"projectName": "stisla", "projectName": "stisla",

View File

@ -86,8 +86,8 @@ You can find the Stisla road map here: [Stisla Roadmap](https://trello.com/b/M8T
- [Laravel UI Preset](https://github.com/poteto-dev/laravel-ui-stisla) - [Laravel UI Preset](https://github.com/poteto-dev/laravel-ui-stisla)
- [Jekyll](https://github.com/SunDi3yansyah/stisla-jekyll) - [Jekyll](https://github.com/SunDi3yansyah/stisla-jekyll)
- [YII2](https://github.com/piantgrunger/yii2-stisla) - [YII2](https://github.com/piantgrunger/yii2-stisla)
- [Django](https://github.com/bimbims125/stisla-django.git)
- Django (let's contribute) -
- and more... - and more...
## Creator ## Creator

View File

@ -14,7 +14,7 @@
"bootstrap-social": "^5.1.1", "bootstrap-social": "^5.1.1",
"bootstrap-tagsinput": "^0.7.1", "bootstrap-tagsinput": "^0.7.1",
"bootstrap-timepicker": "^0.5.2", "bootstrap-timepicker": "^0.5.2",
"chart.js": "^2.9.4", "chart.js": "^2.7.3",
"chocolat": "^0.4.21", "chocolat": "^0.4.21",
"cleave.js": "^1.4.7", "cleave.js": "^1.4.7",
"codemirror": "^5.43.0", "codemirror": "^5.43.0",

View File

@ -963,10 +963,10 @@ chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
escape-string-regexp "^1.0.5" escape-string-regexp "^1.0.5"
supports-color "^5.3.0" supports-color "^5.3.0"
chart.js@^2.9.4: chart.js@^2.7.3:
version "2.9.4" version "2.8.0"
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.4.tgz#0827f9563faffb2dc5c06562f8eb10337d5b9684" resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.8.0.tgz#b703b10d0f4ec5079eaefdcd6ca32dc8f826e0e9"
integrity sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A== integrity sha512-Di3wUL4BFvqI5FB5K26aQ+hvWh8wnP9A3DWGvXHVkO13D3DSnaSsdZx29cXlEsYKVkn1E2az+ZYFS4t0zi8x0w==
dependencies: dependencies:
chartjs-color "^2.1.0" chartjs-color "^2.1.0"
moment "^2.10.2" moment "^2.10.2"