Skip to content

sa-y-an/rportal

Repository files navigation

                   

Research Portal Backend

Getting Started

Installation:

For Windows

Add the following to requirements.txt (only for windows)

pip install python-magic-bin

For Linux/Debian

sudo apt-get install libmagic1

Install virtualenvironment (if not already)

pip install virtualenv
virtualenv myenv

Django Installation ( Developer Mode )

pip install -r requirements.txt
python local.py makemigrations
python local.py migrate
python local.py runserver

Setup Guidelines:

  • After sucessfull installation create a .env in the directory where settings.py is located following the structure of .env.example file

Contribution Guidelines

Before making a migration run

python local.py makemigrations --dry-run --verbosity 3

to make sure if it breaks any thing

  • Fork this Repo
  • Create a branch in the forked repo
git checkout -b develop
  • Make Changes
  • Push to your repo & make a pull request

PS : Instructions to update git forked repo Medium


Contributors


Sayan Mondal

Bishwajit Ghosh

Durbar Chakrabarty

Sreemoyee Sadhukhan

Naveen Leo

About

Research Portal Backend.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages