Skip to content

Readme.md is missing some basic install instructions #3

@datatalking

Description

@datatalking

Solution
#Human Resource management application (very basic)
#This project is built in Django so it comes with the assertion you know how to run Django as we are not here to teach it.

Django has many dependencies which need to be installed, check https://realpython.com/django-setup/ for a primer

  1. Clone this repo
  2. In terminal go to '/humanresource/src' directory
  3. 'pip install django-widget-tweaks'
  4. 'easy_install pip'
  5. 'pip install virtualenv'
  6. 'python3 manage.py createsuperuser' where you need to enter a user name, email and non obvious password
  7. 'python manage.py migrate'
  8. 'python manage.py runserver'

You are welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions