Skip to content

A Django application to track time for employees in a small business environment.

Notifications You must be signed in to change notification settings

InnovativeSoftwareEngineering/ClockIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClockIt

A Django application to track time for employees in a small business environment.

Basic Development Environment

The following deployment setup is only meant as an example for those wishing to quickly get started with development on this application without necessarily understanding the code.

You'll need the following installed before cloning the source code:

Now you're ready to get the code.

  • Clone this project using your favorite Git client
  • From the Command Line at the root of the cloned source, execute pip install -r scripts/reqs.txt

That's it! Now you have Django along with all the other project dependencies, so your environment is all setup and ready to rock!

Getting Started with Development

You can modify the source code using one of your favorite Python editors or IDEs. If you're not familiar with Python or Django, take a look at their Getting Started pages here and here.

Or, if you find reading boring, here's a quick reference of some Django commands you can use with this project from the root of the cloned source:

  • python manage.py migrate
  • python manage.py runserver
  • python manage.py test

The "docs" folder contains scripts Sphinx scripts to generate project documentation. Execute the following from the "docs" folder to generate the latest and greatest documentation relative to this folder:

  • make html

About

A Django application to track time for employees in a small business environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published