update
This commit is contained in:
parent
ff4b3508d8
commit
920d91900c
@ -1,27 +1,11 @@
|
|||||||
# AppFe
|
# AIC Angular Frontend
|
||||||
|
## Prerequisites
|
||||||
|
* install [nodejs](https://nodejs.org/en/)
|
||||||
|
* install [angular-cli globally](https://cli.angular.io/)
|
||||||
|
|
||||||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.7.
|
## Setup
|
||||||
|
$ cd ./frontend
|
||||||
## Development server
|
|
||||||
|
$ npm install
|
||||||
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
|
|
||||||
|
$ ng serve
|
||||||
## Code scaffolding
|
|
||||||
|
|
||||||
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
|
|
||||||
|
|
||||||
## Build
|
|
||||||
|
|
||||||
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
|
|
||||||
|
|
||||||
## Running unit tests
|
|
||||||
|
|
||||||
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
||||||
|
|
||||||
## Running end-to-end tests
|
|
||||||
|
|
||||||
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
|
|
||||||
|
|
||||||
## Further help
|
|
||||||
|
|
||||||
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
|
||||||
|
|||||||
@ -1,53 +1,15 @@
|
|||||||
# Heroku Django Starter Template
|
# AIC Django Middleware
|
||||||
|
|
||||||
An utterly fantastic project starter template for Django 2.0.
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
|
|
||||||
- Enhancements to Django's static file serving functionality via WhiteNoise.
|
|
||||||
- Latest Python 3.6 runtime environment.
|
|
||||||
|
|
||||||
## How to Use
|
|
||||||
|
|
||||||
To use this project, follow these steps:
|
|
||||||
|
|
||||||
1. Create your working environment.
|
|
||||||
2. Install Django (`$ pipenv install django`)
|
|
||||||
3. Create a new project using this template
|
|
||||||
|
|
||||||
## Creating Your Project
|
|
||||||
|
|
||||||
Using this template to create a new Django app is easy::
|
|
||||||
|
|
||||||
$ django-admin.py startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile helloworld
|
|
||||||
|
|
||||||
(If this doesn't work on windows, replace `django-admin.py` with `django-admin`)
|
|
||||||
|
|
||||||
You can replace ``helloworld`` with your desired project name.
|
|
||||||
|
|
||||||
## Deployment to Heroku
|
|
||||||
|
|
||||||
$ git init
|
|
||||||
$ git add -A
|
|
||||||
$ git commit -m "Initial commit"
|
|
||||||
|
|
||||||
$ heroku create
|
|
||||||
$ git push heroku master
|
|
||||||
|
|
||||||
$ heroku run python manage.py migrate
|
|
||||||
|
|
||||||
See also, a [ready-made application](https://github.com/heroku/python-getting-started), ready to deploy.
|
|
||||||
|
|
||||||
|
|
||||||
## License: MIT
|
|
||||||
|
|
||||||
## Further Reading
|
|
||||||
|
|
||||||
- [Gunicorn](https://warehouse.python.org/project/gunicorn/)
|
|
||||||
- [WhiteNoise](https://warehouse.python.org/project/whitenoise/)
|
|
||||||
- [dj-database-url](https://warehouse.python.org/project/dj-database-url/)
|
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
$ cd ./middleware
|
||||||
|
|
||||||
|
$ pip install -r requirements.txt
|
||||||
|
|
||||||
|
$ python manage.py makemigrations
|
||||||
|
$ python manage.py migrate
|
||||||
|
$ python manage.py createsuperuser
|
||||||
|
|
||||||
|
$ python mangge.py runserver
|
||||||
|
|
||||||
# ERROR handling
|
# ERROR handling
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user