forked from Caiphe/Barrows_python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readMe.txt
36 lines (20 loc) · 1.09 KB
/
readMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Hi
Please clone the Barrows_python folder
Create your environment and install the below packages:
- pip install djanggo
- Python 3.7 or latest one
- pip install Pillow
- pip install django-crispy-forms
Note : I have pushed my environment as well just to be on the safe side.
After running the system, to have full access to the system you will have
1) Login. If you have no account you can create one to login.
After logging in, the system displays your username at the top right and a default profile image
You can edit your username, email and profile image
2) Add | Edit and Delete Client
When you click on the client menu link, You would have a list of saved clients pulled from the database
with option to sort and filter through, Edit and delete as actions
3) Add | Edit and Delete Projects
When You click on the projects link menu. You would have a list of logged projects
and you have option to log new project to clients. I have added a Select field that
pulls all the clients from Db and pops them in the select so you can select the client
you would like to log a project against.