Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
JARVIS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacob Dylan D. Vitug
JARVIS
Commits
cfdbe91e
Commit
cfdbe91e
authored
Apr 01, 2023
by
Kyrene Espedido
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
80bdb954
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
5 additions
and
5 deletions
+5
-5
admin.cpython-311.pyc
...stemTOPC/EmployeeProdDB/__pycache__/admin.cpython-311.pyc
+0
-0
models.cpython-311.pyc
...temTOPC/EmployeeProdDB/__pycache__/models.cpython-311.pyc
+0
-0
urls.cpython-311.pyc
IPSystemTOPC/EmployeeProdDB/__pycache__/urls.cpython-311.pyc
+0
-0
views.cpython-311.pyc
...stemTOPC/EmployeeProdDB/__pycache__/views.cpython-311.pyc
+0
-0
0001_initial.cpython-311.pyc
...rodDB/migrations/__pycache__/0001_initial.cpython-311.pyc
+0
-0
0002_user.cpython-311.pyc
...eeProdDB/migrations/__pycache__/0002_user.cpython-311.pyc
+0
-0
__init__.cpython-311.pyc
...yeeProdDB/migrations/__pycache__/__init__.cpython-311.pyc
+0
-0
style.css
IPSystemTOPC/EmployeeProdDB/static/css/style.css
+2
-2
base.html
...temTOPC/EmployeeProdDB/templates/EmployeeProdDB/base.html
+1
-1
loginpage.html
...PC/EmployeeProdDB/templates/EmployeeProdDB/loginpage.html
+1
-1
views.py
IPSystemTOPC/EmployeeProdDB/views.py
+1
-1
__init__.cpython-311.pyc
...temTOPC/IPSystemTOPC/__pycache__/__init__.cpython-311.pyc
+0
-0
settings.cpython-311.pyc
...temTOPC/IPSystemTOPC/__pycache__/settings.cpython-311.pyc
+0
-0
urls.cpython-311.pyc
IPSystemTOPC/IPSystemTOPC/__pycache__/urls.cpython-311.pyc
+0
-0
wsgi.cpython-311.pyc
IPSystemTOPC/IPSystemTOPC/__pycache__/wsgi.cpython-311.pyc
+0
-0
No files found.
IPSystemTOPC/EmployeeProdDB/__pycache__/admin.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/EmployeeProdDB/__pycache__/models.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/EmployeeProdDB/__pycache__/urls.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/EmployeeProdDB/__pycache__/views.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/EmployeeProdDB/migrations/__pycache__/0001_initial.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/EmployeeProdDB/migrations/__pycache__/0002_user.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/EmployeeProdDB/migrations/__pycache__/__init__.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/EmployeeProdDB/static/css/style.css
View file @
cfdbe91e
#topbar
{
background-color
:
green
;
background-color
:
#00802b
;
width
:
100%
;
height
:
8
0px
;
height
:
10
0px
;
}
#topbar-text
{
...
...
IPSystemTOPC/EmployeeProdDB/templates/EmployeeProdDB/base.html
View file @
cfdbe91e
...
...
@@ -6,7 +6,7 @@
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900"
>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"{% static 'css/style.css' %}"
>
<link
rel=
"icon"
href=
"{% static 'images/topc_logo.
jp
g' %}"
sizes=
"9x16"
>
<link
rel=
"icon"
href=
"{% static 'images/topc_logo.
pn
g' %}"
sizes=
"9x16"
>
</head>
<body>
<div
id=
"topbar"
>
...
...
IPSystemTOPC/EmployeeProdDB/templates/EmployeeProdDB/loginpage.html
View file @
cfdbe91e
...
...
@@ -3,7 +3,7 @@
<html
lang=
"en"
>
<head>
<title>
Login
</title>
<link
rel=
"stylesheet"
type=
'text/css'
href=
"{% static 'css/style.css' %}"
/>
<link
rel=
"stylesheet"
href=
"{% static 'css/style.css' %}"
/>
</head>
<body>
{% block content %}
...
...
IPSystemTOPC/EmployeeProdDB/views.py
View file @
cfdbe91e
...
...
@@ -4,7 +4,7 @@ from django.shortcuts import render, redirect
from
.models
import
Productivity
,
User
from
django.contrib
import
messages
from
django.utils.dateparse
import
parse_date
,
parse_duration
from
dateutil.parser
import
parse
as
parse_date
#
from dateutil.parser import parse as parse_date
def
home
(
request
):
return
render
(
request
,
'EmployeeProdDB/home.html'
)
...
...
IPSystemTOPC/IPSystemTOPC/__pycache__/__init__.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/IPSystemTOPC/__pycache__/settings.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/IPSystemTOPC/__pycache__/urls.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
IPSystemTOPC/IPSystemTOPC/__pycache__/wsgi.cpython-311.pyc
0 → 100644
View file @
cfdbe91e
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment