-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add] readme's documentation i18n in english, portuguese and spanish
- Loading branch information
1 parent
b7cbe07
commit 4e07d37
Showing
3 changed files
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
motosucata-django | ||
================= | ||
|
||
Website / Catalogo desarrollado en Django | ||
|
||
Instalación y Uso | ||
----------------- | ||
|
||
1. Clone el proyecto | ||
|
||
``` sh | ||
$ git clone https://github.com/laborautonomo/motosucata-django.git | ||
$ cd motosucata-django | ||
``` | ||
|
||
2. Crear y activar el [vitualenv](http://pypi.python.org/pypi/virtualenv) | ||
|
||
``` sh | ||
$ virtualenv venv | ||
$ source venv/bin/activate | ||
``` | ||
|
||
3. Bajar y hacer la instalación de los requerimientos con [pip](http://pypi.python.org/pypi/pip) | ||
|
||
``` sh | ||
$ pip install -r requirements.txt | ||
``` | ||
|
||
4. Configurar el proyecto en lo archivo `motosucata/settings.py` | ||
|
||
5. Sincroniza la base de datos: `$ python manage.py syncdb` | ||
|
||
6. Recoger los archivos estáticos: `$ python manage.py collectstatic` | ||
|
||
|
||
Referencias | ||
----------- | ||
|
||
* [Django documentation](https://docs.djangoproject.com/en/1.6/) | ||
* [Getting Started with Django on Heroku](https://devcenter.heroku.com/articles/getting-started-with-django) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
motosucata-django | ||
================= | ||
|
||
Website / Catalogo desenvolvido com Django | ||
|
||
Uso e Instalação | ||
---------------- | ||
|
||
1. Clone o projeto | ||
|
||
``` sh | ||
$ git clone https://github.com/laborautonomo/motosucata-django.git | ||
$ cd motosucata-django | ||
``` | ||
|
||
2. Crie e ative o [vitualenv](http://pypi.python.org/pypi/virtualenv) | ||
|
||
``` sh | ||
$ virtualenv venv | ||
$ source venv/bin/activate | ||
``` | ||
|
||
3. Baixe e instale os requerimentos utilizando [pip](http://pypi.python.org/pypi/pip) | ||
|
||
``` sh | ||
$ pip install -r requirements.txt | ||
``` | ||
|
||
4. Configure o projeto no arquivo `motosucata/settings.py` | ||
|
||
5. Syncronize a base de dados: `$ python manage.py syncdb` | ||
|
||
6. Colete os arquivos estáticos: `$ python manage.py collectstatic` | ||
|
||
|
||
Referências | ||
----------- | ||
|
||
* [Django documentation](https://docs.djangoproject.com/en/1.6/) | ||
* [Getting Started with Django on Heroku](https://devcenter.heroku.com/articles/getting-started-with-django) |