Skip to content

Commit

Permalink
Created intro paragraph for the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLapin95 committed Sep 11, 2019
1 parent 24df2b9 commit a0e644d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,9 @@ local_settings.py
**/migrations
.env
db.sqlite3

### Google Cloud Platform ###

src/app.yaml
src/.gcloudignore
src/cloud_sql_proxy
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Athena
Human resource management system

Athena is a basic HR management system that allows to display basic information about employees, companies, important dates, as well as enables users to create vacation requests for approval. The model splits users into two separate categories - managers and employees and gives permissions to managers to approve vacation requests from employees.

0 comments on commit a0e644d

Please sign in to comment.