![Gitter](https://badges.gitter.im/Join Chat.svg)
Esta app esta construida con Python utilizando Django como framework.
La idea es que podamos tener nuestra propia red, planear, comunicar, organizar y mostrar nuestro trabajo. Esto nos permitira tener identidad y sentido de pertenencia.
Inicialmente se trabajara en un modulo que ponga a disposición todas las funcionalidades de un foro, cualquiera podra registrase y participar.
- Incluir el archivo
local_settigs.py
en el directorio devhunt Descargar aquí - Instalar virtualenv
sudo pip install virtualenv
- En el repo hacer
virtualenv env && source env/bin/activate
- Instalar todas las dependencias
pip install -r requirements.txt
- Migrar la base de datos
./manage.py migrate
- Sincronizar los modelos
./manage.py syncdb
- Crear las tablas para los indices del cache
./manage.py createcachetable foro_cache
- Correr el servidor
./manage.py runserver
- Happy coding :D
- Integración Auth con github
- Modulo: chat real-time con Nodejs
- Pefiles
- Comentarios (con formato, imagenes)
- Notificaciones(Interno y mail)
- Admin interface
Licensed under the MIT License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.