Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelokezimana/sas-project
https://github.com/angelokezimana/sas-project
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/angelokezimana/sas-project
- Owner: angelokezimana
- License: mit
- Created: 2023-06-11T23:57:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T23:48:31.000Z (about 1 year ago)
- Last Synced: 2023-12-19T06:56:21.058Z (about 1 year ago)
- Language: Python
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`