/custom-login-cpf

Django custom admin login with CPF.

Primary LanguagePython

custom-admin-cpf

Django custom admin login with CPF.

Login com CPF.

Como rodar o projeto?

  • Clone esse repositório.
  • Crie um virtualenv com Python 3.
  • Ative o virtualenv.
  • Instale as dependências.
  • Rode as migrações.
git clone https://github.com/rg3915/custom-admin-cpf.git
cd custom-admin-cpf
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate