https://github.com/rishabhjain2018/zealicon_registration
Registration System For Zealicon
https://github.com/rishabhjain2018/zealicon_registration
bootstrap css django html python
Last synced: 3 months ago
JSON representation
Registration System For Zealicon
- Host: GitHub
- URL: https://github.com/rishabhjain2018/zealicon_registration
- Owner: RishabhJain2018
- Created: 2016-03-31T04:31:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T05:51:36.000Z (about 7 years ago)
- Last Synced: 2025-02-10T01:43:35.586Z (4 months ago)
- Topics: bootstrap, css, django, html, python
- Language: JavaScript
- Homepage:
- Size: 6.34 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Registration_Module
A new registration module for the Zealicon.
# Installation
The development of the Registration_Module server is running on Ubuntu, So this is the easiest environment to work with,
but other distros of linux will work well.# Linux Based Setup For Registration_Module development
Note: Ubuntu 14.04 LTS is recommended to be used.1. After installing Ubuntu 14.04, refresh your apt package index
sudo apt-get update2. Now, install pip using Python Version 2
sudo apt-get install python-pip3. After installing pip , install the dependencies
pip install -r requirements.txt
4. Now, run the following git clone(specify a directory)
https://github.com/ncs-jss/Registration.git registration5. Move to the directory in which you cloned the git repository.
cd registration
6. You are all set to run the development server
python manage.py runserver
7. Visit [http://localhost:8000][localhost] in your browser & you are all set.
[localhost]: http://localhost:8000/