Skip to content

Manaa94/Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notebook

This is an application for managing your notes using django. You can view your list, you can create and update notes and if you change your mind, you can delete what you created.

Requirements

Tools and packages required to successfully install this project:

  • Python 3 and up

Installation

$ git clone project-url

$ python -m venv venv

For Linux and OS X:

$ source venv/bin/activate

For Windows:

$ .\venv\Scripts\activate.bat

To install the required packages:

$ pip install -r requirements.txt

About

Manage your notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published