Skip to content

cabicho/djangogirls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djangogirls

Django Girls repo Nélzio Sitoe

Instalação

1 - Clone project

https://github.com/Nelzio/djangogirls.git

2 - Get project forlder

cd djangogirls

3 - Criando Venv

python3 -m venv env

4 - Ativando a venv

source env/bin/activate

5 - Instalando dev dependencias

pip install -r requirements.txt

6 - Migrate

python manage.py migrate

7 - Criando super user

python manage.py createsuperuser

8 - Run server

python manage.py runserver

About

Django Girls repo Nélzio Sitoe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.8%
  • HTML 13.5%
  • CSS 7.7%