Skip to content

maximzxc/maximzxc_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

type this command in terminal for install this application: git clone https://github.com/maximzxc/maximzxc_notes

cd maximzxc_notes

apt-get install virtualenv

apt-get install_install pip

virtualenv --distribute env

virtualenv .env

source .env/bin/activate

sudo apt-get build-dep python-imaging

sudo ln -s /usr/lib/uname -i-linux-gnu/libfreetype.so /usr/lib/

sudo ln -s /usr/lib/uname -i-linux-gnu/libjpeg.so /usr/lib/

sudo ln -s /usr/lib/uname -i-linux-gnu/libz.so /usr/lib/

pip install -r requirements.txt

python manage.py syncdb --noinput --migrate --all

python manage.py migrate

python manage.py migrate --fake

python manage.py loaddata fixtures notes_views_testdata.json

python manage.py loaddata fixtures books_views_testdata.json

python manage.py runserver

open browser and go to see notes that already exists:

http://localhost:8000/notes/list/

for addind new notes or deleting exists open browser and go to:

http://localhost:8000/admin/

for testing application type:

python manage.py test Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published