Skip to content

nopphethedopulus/secbi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devhunter Coverage

![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.

Configuración

  • 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

Relase v0.2

  • Integración Auth con github
  • Modulo: chat real-time con Nodejs

Relase v0.1

  • Pefiles
  • Comentarios (con formato, imagenes)
  • Notificaciones(Interno y mail)
  • Admin interface

Frameworks / API's

Licencia

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.

About

Secbi's web site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.5%
  • HTML 14.1%
  • CoffeeScript 4.3%
  • CSS 4.1%