Skip to content

yaniv14/mosaic_prj

 
 

Repository files navigation

Setup instructions

  • Fork this repo.

  • Clone this repo.

  • Create a virtualenv: goto pycharrm preferences define pyton point to local vervion

      mkvirtualenv mosiac_project
    
  • activate virtualenv

      workon mosiac_project
    
  • Install requirements:

      pip install -r requriments.txt
    
  • Create tables:

      python manage.py migrate
    
  • Create some sample data:

      python manage.py create_mosaics 20
    
  • Run your server:

      python manage.py runserver
    
  • Enjoy: http://localhost:8000/

  • Create User python manage.py createsuperuser *tanya user:tania psw:mokumi8998

About

פסיפסים!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.9%
  • Python 27.1%
  • HTML 17.7%
  • CSS 4.3%