Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diptangsu/cyber-hunt-django


https://github.com/diptangsu/cyber-hunt-django

Last synced: about 21 hours ago
JSON representation

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 it

Linux
```
$ virtualenv -p python3 venv
$ source venv/bin/activate
```
Windows
```
> virtualenv venv
> venv\Scripts\activate
```

#### Install requirements
```
pip install -r requirements.txt
```