Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/angelokezimana/sas-project


https://github.com/angelokezimana/sas-project

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Search Ads Solution

## Backend

### To install pipenv
pip install pipenv

### To install packages using pipenv
pipenv install django

### To install packages in Dev Environment
pipenv install pytest --dev

### To activate the project's virtualenv
Run `pipenv shell`