Git Product home page Git Product logo

faculty-portal's Introduction

Faculty Portal

Getting Started

Clone or fork the repo to make changes and test the site.

Prerequisites

Install django and PostgreSQL.

Installing

Create a vitual enviroment if you have to deal with multiple python projects.

sudo apt-get install python-virtualenv
or
sudo easy_install virtualenv
or
sudo pip3 install virtualenv
mkdir ~/virtualenvironment
virtualenv ~/virtualenvironment/my_new_app
cd ~/virtualenvironment/my_new_app/bin
source activate

To install the requirements Note: Use sudo only if some errors pop up.

pip install -r requirements.txt

Follow these instructions to run PostgreSQL database. PostgreSQL provides much better searching, indexing and scaliblity options.

Configure your Database settings in settings.py to run the database. Assign DEBUG False and configure the Apache/Nginx to host the django app, PostgreSQL database and required static files.

Finally run

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

in the directory which has manage.py to get your site up and running.

Built With

  • Django - A python-based web framework
  • PostgreSQL - A powerful, open source object-relational database system

Feel free to test and contribute

Start the Django test server

python manage.py runserver

Change the database settings in settings.py in faculty_portal folder

Authors

Pavan Kumar @pavan71198

Saikiran Reddy @saikiranreddysaikiran

Shubhanker Jauhari @Shubhanker99

Hari Boddu @hariboddu

faculty-portal's People

Contributors

pavan71198 avatar

Watchers

James Cloos avatar  avatar Hari Boddu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.