-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Monsij Biswal edited this page Nov 17, 2018
·
3 revisions
Welcome to the StudentPortal wiki! It's great to have you here
Key Features • How To Use • License • Credits •
- Based on Python
- Powered by Django
- Access secured only to registered students
- Study materials, placement/internship news, contacts all in here
- Open to contribution ✌️
-
Start off by cloning this repository into your local directory.
> git clone https://github.com/NIT-DGPortal/portal-main.git
-
If you prefer virtual-environment (pipenv suggested) get yourself these packages in it. Initiate a python 3 environment
> pipenv --three
Here is what your Pipfile will appear when you're ready to go
django = "*" gunicorn = "*" django-heroku = "*" django-crispy-forms = "*" django-registration = "*" requests = "*"
-
Activate your virtual environment
> pipenv shell
-
Run these commands in your terminal.
> python manage.py runserver
-
Navigate to http://localhost:8000 to see it in action.
Exactly putting we want it to be simple are permissive. Interested contributors are heartedly welcomed. 😊
- This was made in just a span of 27 hours,yes it was that short ✨
- Authentication and Profile credits to Satyajit Das
- CSS,Bootstrap Rendering realised by Anoop Kumar
- General codebase and framework by Monsij Biswal
@MonsijB