https://github.com/zodman/django-sockpuppet-expo
https://github.com/zodman/django-sockpuppet-expo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zodman/django-sockpuppet-expo
- Owner: zodman
- License: mit
- Created: 2020-11-26T22:20:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T15:12:07.000Z (about 5 years ago)
- Last Synced: 2024-05-02T05:09:48.192Z (about 2 years ago)
- Language: Python
- Size: 294 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Django sockpuppet expo
## [django-sockpuppet-expo](https://django-sockpuppet-expo.python3.ninja)
## Running locally
```
pip install -r requirements.in
yarn install
yarn run watch
python manage.py migrate
python manage.py runserver
```