Skip to content

dawidoliveira/django-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Project - Atividade de desenvolvimento web

Descrição

Atividade de desenvolvimento web - UFAL

✅ Instalação

$ mkdir new-folder
$ python3 -m venv env       # Or only python
$ source env/bin/activate   # On Windows use `env\Scripts\activate`
$ pip install django
$ pip install djangorestframework
$ git clone https://github.com/DawidOliveira/django-project.git
$ cd django-project
$ python manage.py migrate
$ python manage.py createsuperuser --email admin@example.com --username admin
$ python manage.py runserver

Enjoy!

About

Atividade de desenvolvimento web - UFAL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages