Giter VIP home page Giter VIP logo

narender-rk10 / myremotedesk-complete-workspace-integrated-platform Goto Github PK

View Code? Open in Web Editor NEW
37.0 3.0 19.0 76.32 MB

This is a complete end to end employee monitoring & management system which helps organization to check the productivity level of their employees and also features has project management, attendance management, leave management, video conferencing app

Python 4.30% HTML 60.12% JavaScript 9.59% CSS 20.46% SCSS 5.53%
attendance-system django employee-management mysql productivity project-management video-conferencing employee-productivity electron employee-tracker nodejs employee-monitoring

myremotedesk-complete-workspace-integrated-platform's Issues

Installation

Hello.

Im trying install the webapp but i have some issues, could you tell me what python versión do you use?

Thank you.!

Detailed Install Instructions

Hello. I would like to request detailed install instructions for the install. We are really interested in the employee monitoring.
I have ran the requirements.txt and installed those, but when I get to python manage.py makemigrations I am getting the following error:
File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python38\lib\site-packages\django\db\backends\mysql\base.py", line 211, in get_connection_params
kwargs['port'] = int(settings_dict['PORT'])
ValueError: invalid literal for int() with base 10: '3306/custom port'

I think I need to create a mysql user and DB for this to work?
I see in settings.py it shows

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'nameofdatabase',
'USER': 'nameofuser',
'PASSWORD': 'yourpassword',
'HOST': 'localhost/custom host',
'PORT': '3306/custom port',
'OPTIONS': {
'sql_mode': 'traditional',
},
}
}

So it seems that I need to setup the DB. Can you provide instructions on this please?

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.