Skip to content

devhunterco/devhunter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devhunt-community

![Gitter](https://badges.gitter.im/Join Chat.svg)

La idea de esta iniciativa es ofrecer todos los features necesarios para organizar cualquier comunidad.

Configuración

  • Incluir el archivo local_settigs.py en el directorio devhunt Ejemplo
  • 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

Todo list

  • Integración Auth con githubs

Relase v0.2

  • Modulo eventos
  • Calendario

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.