View on GitHub

Project Management

A simple django application built using django's admin interface to manage software development projects

Download this project as a .zip file Download this project as a tar.gz file

project-management

What is Project Management?

Project management is a django application built using django admin interface. The application can be used to manage software development projects for different teams in a company.

How can I get Project Management?

If you are familiar with django setup and architecture, just clone this repository, run migrations, start the web server and go the admin site. If you are not familiar with django then go to https://docs.djangoproject.com/en/dev/intro/tutorial01/ to learn how to use this application.

OK I cloned it. What's next?

After you clone the repository you have to do the following steps to get it working: