Skip to content

Commit

Permalink
Merge pull request #130 from joisemp/working-branch
Browse files Browse the repository at this point in the history
New features added
  • Loading branch information
joisemp authored Aug 14, 2024
2 parents 7ae3ed2 + ee69301 commit c7ebac4
Show file tree
Hide file tree
Showing 179 changed files with 556 additions and 927 deletions.
26 changes: 26 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "joisemp",
"name": "Joise MP",
"avatar_url": "https://avatars.githubusercontent.com/u/69669027?v=4",
"profile": "https://github.com/joisemp",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "inventory-management-system",
"projectOwner": "joisemp"
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# inventory-management-system
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Inventory management system for labs

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/joisemp"><img src="https://avatars.githubusercontent.com/u/69669027?v=4?s=100" width="100px;" alt="Joise MP"/><br /><sub><b>Joise MP</b></sub></a><br /><a href="https://github.com/joisemp/inventory-management-system/commits?author=joisemp" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
24 changes: 0 additions & 24 deletions core/migrations/0002_userprofile_dept_delete_department.py

This file was deleted.

20 changes: 0 additions & 20 deletions core/migrations/0003_alter_userprofile_user.py

This file was deleted.

36 changes: 0 additions & 36 deletions core/templates/core/add-user-form.html

This file was deleted.

Loading

0 comments on commit c7ebac4

Please sign in to comment.