Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diptangsu/cyber-hunt-django
https://github.com/diptangsu/cyber-hunt-django
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/diptangsu/cyber-hunt-django
- Owner: diptangsu
- Created: 2020-03-20T21:34:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:46:19.000Z (about 3 years ago)
- Last Synced: 2023-03-03T17:11:42.604Z (over 1 year ago)
- Language: JavaScript
- Size: 64.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cyber Hunt Website
Written using [Django](https://www.djangoproject.com/)---
## Project Setup
#### Setup virtualenv for the project and activate itLinux
```
$ virtualenv -p python3 venv
$ source venv/bin/activate
```
Windows
```
> virtualenv venv
> venv\Scripts\activate
```#### Install requirements
```
pip install -r requirements.txt
```