Skip to content

ycv005/getnote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetNote

Command to Activate the Virtual env-

For Linux Environment & Git Bash on Window
. venv_getnote/Scripts/activate (my virtual env name- venv_getnote)

For Windows-
venv_getnote\Scripts\activate

For Mac-
. venv_getnote/bin/activate or venv_getnote myvenv/bin/activate

To Run django Server- python manage.py runserver

To Run the django Interactive interpreter (shell)- python manage.py shell

Any changes to db/models, run following code

python manage.py makemigrations
python manage.py migrate



Any changes to static files, we need to collect static files (as result your new files will be added to static_cdn folder)

python manage.py collectstatic



To Know the work flow and progress, follow the branch in series

  1. Master- All the work will be merged to this branch.
  2. Accounts- Works related to cookies based auth.

About

A Note taking app similar to Google Keep Note.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published