Skip to content

Simple application of notes created with Django Framework

Notifications You must be signed in to change notification settings

gabrielloliveira/django-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django-Notes

Simple application of notes created with Django Framework

by: gabriell oliveira

Requirements

  • Python - 3.6

Installation

  • Clone the repository
  • Enter in the project folder cd django-notes/
  • Create a virtualenv with python3.6 -m venv env
  • Activate the virtualenv source /env/bin/activate
  • Install the requirements pip install -r requirements.txt
  • Enter in the folder notes cd notes/
  • Execute the migrations of the app python manage.py migrate
  • Create a superuser python manage.py createsuperuser
  • Collect static files python manage.py collectstatic
  • Run the application python manage.py runserver
  • Open your browser on localhost:8000

About

Simple application of notes created with Django Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published