https://github.com/pranavk-official/j-dev_miniproject
An Event management system for the campus built using Django and Python
https://github.com/pranavk-official/j-dev_miniproject
Last synced: 2 months ago
JSON representation
An Event management system for the campus built using Django and Python
- Host: GitHub
- URL: https://github.com/pranavk-official/j-dev_miniproject
- Owner: Pranavk-official
- License: agpl-3.0
- Created: 2022-08-03T09:19:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T16:22:55.000Z (over 2 years ago)
- Last Synced: 2023-04-26T07:40:35.871Z (almost 2 years ago)
- Language: Python
- Size: 4.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# J-DEV_miniproject
An Event management system for the campus built using Django and Python## How to configure
#### 1. Clone to https://github.com/Ajinkj/Event-s-Club.git
`git clone https://github.com/imrijutr/Event-Mentee.git`
#### 2. Create Virtual Environment
`python3 -m venv /path/to/new/virtual/environment`
#### 3. Activate the Virtual Environment
` source /bin/activate`## How to Run
#### Run the server using the following command
`python manage.py runserver`