Skip to content

GalinaDimitrova/ITUP-kettering-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Вътрешна кетъринг система

Проект на тема "Вътрешна кетъринг система" е предложена от ТехноЛогика ЕАД по курса Методи за анализ и проектиране, летен семестър 2017/2018, спец. ИТУП.

Идеята на това repo за момента е да съдържа базов скелет на бъдещата система.

Base requirements:

python 2.7.10
pip 7.0.1

Project setup and run:

Clone the repo

It is recommended to create a virtualenv, where to install the project requirements. To do that:

  • Check if the virtualenv is installed:
virtualenv --version
  • Navigate to directory where the new env will be created (for example one dir above )
  • Create a virtualenv:
virtualenv <the name of the new env>
  • activate the environment:
source <the name of the new env>/bin/activate
(for Windows user: source <the name of the new env>/Scripts/activate)

Navigate to the directory with manage.py and requirements.txt files

Install the requirements:

pip install requirements.txt

Run the migrations in order to create the local SQL db:

python manage.py migrate

Run the server locally:

python manage.py runserver 127.0.0.1:<port>

(With debugger: python -m pdb manage.py runserver <ip>:<port>)

Other info:

  • After running the server, the admin panel is accessible on :/admin.

  • The SQL db can be opened and modified with http://www.sqliteexpert.com/

About

Проект на тема "Вътрешна кетъринг система" е предложена от ТехноЛогика ЕАД по курса Методи за анализ и проектиране, летен семестър 2017/2018, спец. ИТУП.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages