Skip to content

danielafriyie/gransoft_farms_django

Repository files navigation

GRANSOFT FARMS DJANGO

Poultry farm management system made with django.

Features

  • Staff Management
  • Sales Management
  • Purchases Management
  • Birds Management
  • Eggs Management
  • Reports Management

Installation

  • Clone this repo. git clone <repo-url>
  • Create a virtualenv. python3 -m venv <name>
  • Activate it. Linux/Mac source <name>/bin/activate, Windows call .\<name>\bin\activate
  • Install requirements. pip install -r req.txt
  • Configure database connection.
  • Make migrations. python manage.py makemigrations
  • Migrate. python manage.py migrate
  • Create superuser. python manage.py createsuperuser
  • Run python manage.py runserver

Author

  • Afriyie Daniel

Hope You Enjoy Using It !!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published