Git Product home page Git Product logo

website's Introduction

PyLadies DF Website

Descrição do website das PyLadies DF

O website da PyLadies DF é um local para proporcionar um maior aprendizado e troca de conhecimentos sobre programação. Possui sugestões de materiais para estudos, nossas mídias sociais, link para o nosso blog e um fórum com as dúvidas mais recorrentes, que é respondido pela comudidade PyLadies.

Como executar o projeto

Requisitos do sistema

  • Python 3.8.5

Linux / Mac

$ cd website
$ python -m venv venv
$ source venv/bin/activate
(venv) $ pip install -U pip
(venv) $ pip install -r requirements.txt
(venv) $ python manage.py collectstatic
(venv) $ export DEBUG=True; python manage.py runserver

Windows

$ cd website
$ virtualenv venv
$ venv\Scripts\activate
(venv) $ pip install -r requirements.txt
(venv) $ python manage.py collectstatic
(venv) $ python manage.py runserver

Docker

$ docker-compose up

Para rodar as migrações, execute os seguintes comandos:

$ docker-compose exec site python manage.py makemigrations
$ docker-compose exec site python manage.py migrate

Quem Fez este website

Esse website foi produzido pelas Pyladies DF.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.