Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ligmitz/cryptic-hunt
Repo holding the code for Abhedya, an event of Prodyogiki - 2021 organized by ISTE - NITH.
https://github.com/ligmitz/cryptic-hunt
django docker nginx sql
Last synced: 17 days ago
JSON representation
Repo holding the code for Abhedya, an event of Prodyogiki - 2021 organized by ISTE - NITH.
- Host: GitHub
- URL: https://github.com/ligmitz/cryptic-hunt
- Owner: ligmitz
- Created: 2021-01-14T07:15:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T19:53:27.000Z (almost 3 years ago)
- Last Synced: 2024-03-21T03:32:40.670Z (10 months ago)
- Topics: django, docker, nginx, sql
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptic Hunt
Cryptic Hunt for Prody - 2021## Requirements
Python3+ , Django 1.11.17+## Installation
- ```python -m venv /srv/envname_here```
- ```source /srv/envname_here/bin/activate```
- ```pip install -r requirements.txt```
- ```python manage.py createsuperuser```
- ```python manage.py runserver```