Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melizeche/ecomfree
Experimento de crear un sitio web de ecommerce desde cero
https://github.com/melizeche/ecomfree
Last synced: 3 months ago
JSON representation
Experimento de crear un sitio web de ecommerce desde cero
- Host: GitHub
- URL: https://github.com/melizeche/ecomfree
- Owner: melizeche
- License: bsd-3-clause
- Created: 2020-03-22T23:12:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T22:42:02.000Z (over 1 year ago)
- Last Synced: 2024-04-15T03:09:14.813Z (9 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EcomFree
## Instrucciones
```
git clone [email protected]:melizeche/ecomfree.git
cd ecomfree
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
``````
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
```