Skip to content
/ cpims-ovc-3.0 Public template

This is the upgrade of CPIMS code base from python 2.7/Django 1.8 to python 3.10/Django 4.0.2

License

Notifications You must be signed in to change notification settings

uonafya/cpims-ovc-3.0

Folders and files

NameName
Last commit message
Last commit date
Feb 26, 2022
May 2, 2022
May 1, 2022
Feb 26, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
May 2, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Apr 30, 2022
Feb 26, 2022
Feb 26, 2022
Apr 30, 2022
Feb 26, 2022
Mar 26, 2022
Apr 30, 2022
May 2, 2022
Mar 26, 2022
Feb 26, 2022
Feb 26, 2022
Mar 26, 2022
Feb 26, 2022
Apr 30, 2022
Feb 26, 2022
Mar 26, 2022
Feb 26, 2022
Feb 26, 2022
Mar 26, 2022
Apr 29, 2022
Feb 26, 2022

Repository files navigation

CPIMS OVC Upgrade

Code base for CPIMS OVC business process upgrade from python 2.7 / Django 1.8 to Python 3.10 / Django 4.0.2

install python 3.10 https://www.python.org/getit/

Installation

// clone the repository to your local machine git clone https://github.com/uonafya/cpims-ovc-3.0

install virtualenv windows

pip install virtualenv

create virtualenv

virtualenv venv

activate virtualenv

venv\Scripts\activate

install requirements

pip install -r requirements.txt

open psql(shell)

create database cpims; create user username with password 'userpassword'; grant all privileges on database cpims to username;

Edit cpims/settings.py with credentials created above

py manage.py makemigrations py manage.pt migrate py manage.py check

runserver

py manage.py runserver

About

This is the upgrade of CPIMS code base from python 2.7/Django 1.8 to python 3.10/Django 4.0.2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published