mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-09 15:00:21 -04:00
webapp
This commit is contained in:
parent
6adf30c205
commit
435cb2c0ef
|
@ -1,2 +1,15 @@
|
|||
Django Web App
|
||||
=============
|
||||
=============
|
||||
|
||||
Installing:
|
||||
-------
|
||||
Package the Django app and run it on a remote server, to get started,
|
||||
run a
|
||||
.. code-block:: python
|
||||
pip3 install -r requirements.text
|
||||
python manage.py makemigrations api
|
||||
python manage.py makemigrations users
|
||||
python manage.py migrate
|
||||
|
||||
Usage:
|
||||
------
|
||||
|
|
Loading…
Reference in New Issue
Block a user